Partager via


Commands.Add, 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 Add ( _
    Guid As String, _
    ID As Integer, _
    ByRef Control As Object _
)
void Add(
    string Guid,
    int ID,
    ref Object Control
)
void Add(
    [InAttribute] String^ Guid, 
    [InAttribute] int ID, 
    [InAttribute] Object^% Control
)
abstract Add : 
        Guid:string * 
        ID:int * 
        Control:Object byref -> unit
function Add(
    Guid : String, 
    ID : int, 
    Control : Object
)

Paramètres

  • Guid
    Type : String

    GUID de la commande.

  • ID
    Type : Int32

    ID de la commande.

  • Control
    Type : Object%

    Contrôle.

Sécurité .NET Framework

Voir aussi

Référence

Commands Interface

EnvDTE, espace de noms