Compartir a través de


IExtensibleObject.GetAutomationObject (Método)

Esta API es compatible con la infraestructura de .NET Framework y no está diseñada para utilizarse directamente desde el código.

Sólo para uso interno de Microsoft.

Espacio de nombres:  EnvDTE
Ensamblado:  EnvDTE (en EnvDTE.dll)

Sintaxis

'Declaración
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
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

IExtensibleObject Interfaz

EnvDTE (Espacio de nombres)