Udostępnij za pośrednictwem


Metoda IExtensibleObject.GetAutomationObject —

Ten interfejs API obsługuje infrastrukturę programu .NET Framework i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Microsoft tylko do użytku wewnętrznego.

Przestrzeń nazw:  EnvDTE
Zestaw:  EnvDTE (w EnvDTE.dll)

Składnia

'Deklaracja
Sub GetAutomationObject ( _
    Name As String, _
    pParent As IExtensibleObjectSite, _
    <OutAttribute> ByRef ppDisp As Object _
)
void GetAutomationObject(
    string Name,
    IExtensibleObjectSite pParent,
    out Object ppDisp
)
void GetAutomationObject(
    [InAttribute] String^ Name, 
    [InAttribute] IExtensibleObjectSite^ pParent, 
    [OutAttribute] Object^% ppDisp
)
abstract GetAutomationObject : 
        Name:string * 
        pParent:IExtensibleObjectSite * 
        ppDisp:Object byref -> unit
function GetAutomationObject(
    Name : String, 
    pParent : IExtensibleObjectSite, 
    ppDisp : Object
)

Parametry

  • Name
    Typ: String

    Nazwa obiektu.

  • ppDisp
    Typ: Object%

    Interfejs wysyłki.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

IExtensibleObject Interfejs

Przestrzeń nazw EnvDTE