Partager via


IExtensibleObject.GetAutomationObject, méthode

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Réservé à un usage interne Microsoft.

Espace de noms :  EnvDTE
Assembly :  EnvDTE (dans EnvDTE.dll)

Syntaxe

'Déclaration
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
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

IExtensibleObject Interface

EnvDTE, espace de noms