Compartir a través de


Commands2.Add (Método) (String, Int32, Object%)

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:  EnvDTE80
Ensamblado:  EnvDTE80 (en EnvDTE80.dll)

Sintaxis

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

  • Control
    Tipo: System.Object%
    Control que aparece en la barra de herramientas.

Implementaciones

Commands.Add(String, Int32, Object%)

Seguridad de .NET Framework

Vea también

Referencia

Commands2 Interfaz

Add (Sobrecarga)

EnvDTE80 (Espacio de nombres)