IExtenderSite::GetObject Method (String^)
Visual Studio 2015
Returns an interface or object that is late-bound to the DTE object and that can be accessed by name at runtime.
Assembly: EnvDTE (in EnvDTE.dll)
Parameters
- Name
-
Type:
System::String^
Required. The name of the object to retrieve. Only "DTE" is supported.
GetObject supports only "DTE" as the Name parameter. This is provided so that extender providers can access the DTE object.
Show: