Método Commands.Add

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

Microsoft interna somente.

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

Sintaxe

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

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

Commands Interface

Namespace EnvDTE