Compartilhar via


Método IExtensibleObject.GetAutomationObject

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Somente para uso interno da Microsoft.

Namespace:  EnvDTE
Assembly:  EnvDTE (em EnvDTE.dll)

Sintaxe

'Declaração
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

Segurança do .NET Framework

Consulte também

Referência

IExtensibleObject Interface

Namespace EnvDTE