DTEClass.GetObject(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
For more information on this method, refer to GetObject(String).
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
virtual System::Object ^ GetObject(System::String ^ Name) = EnvDTE::_DTE::GetObject;
public:
virtual Platform::Object ^ GetObject(Platform::String ^ Name) = EnvDTE::_DTE::GetObject;
virtual winrt::Windows::Foundation::IInspectable GetObject(std::wstring const & Name);
[System.Runtime.InteropServices.DispId(211)]
public virtual object GetObject (string Name);
[<System.Runtime.InteropServices.DispId(211)>]
abstract member GetObject : string -> obj
override this.GetObject : string -> obj
Public Overridable Function GetObject (Name As String) As Object
Parameters
- Name
- String
The name of the object.
Returns
The object.
Implements
- Attributes