IExtenderSite::GetObject Method (String^)

 

Returns an interface or object that is late-bound to the DTE object and that can be accessed by name at runtime.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Object^ GetObject(
	String^ Name = ""
)

Parameters

Name
Type: System::String^

Required. The name of the object to retrieve. Only "DTE" is supported.

Return Value

Type: System::Object^

An object.

GetObject supports only "DTE" as the Name parameter. This is provided so that extender providers can access the DTE object.

Return to top
Show: