IExtensibleObject::GetAutomationObject Method (String^, IExtensibleObjectSite^, Object^)
Visual Studio 2015
This API supports the product infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Assembly: EnvDTE (in EnvDTE.dll)
void GetAutomationObject(
String^ Name,
IExtensibleObjectSite^ pParent,
[OutAttribute] Object^% ppDisp
)
Parameters
- Name
-
Type:
System::String^
The name of the object.
- pParent
-
Type:
EnvDTE::IExtensibleObjectSite^
The parent of the object.
- ppDisp
-
Type:
System::Object^
The dispatch interface.
Show: