IExtensibleObject.GetAutomationObject Method

Definition

Microsoft Internal Use Only.

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

public:
 void GetAutomationObject(System::String ^ Name, EnvDTE::IExtensibleObjectSite ^ pParent, [Runtime::InteropServices::Out] System::Object ^ % ppDisp);
void GetAutomationObject(std::wstring const & Name, EnvDTE::IExtensibleObjectSite const & pParent, [Runtime::InteropServices::Out] winrt::Windows::Foundation::IInspectable const & & ppDisp);
public void GetAutomationObject (string Name, EnvDTE.IExtensibleObjectSite pParent, out object ppDisp);
abstract member GetAutomationObject : string * EnvDTE.IExtensibleObjectSite * obj -> unit
Public Sub GetAutomationObject (Name As String, pParent As IExtensibleObjectSite, ByRef ppDisp As Object)

Parameters

Name
String

The name of the object.

pParent
IExtensibleObjectSite

The parent of the object.

ppDisp
Object

The dispatch interface.

Applies to