IExtensibleObject::GetAutomationObject Method (String^, IExtensibleObjectSite^, Object^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:   EnvDTE
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.

Return to top
Show: