Compartir a través de


OleCommand.CommandId (Propiedad)

Recupera el id. de comando dentro del grupo de menús especificado.

Espacio de nombres:  Microsoft.VisualStudio.Data
Ensamblado:  Microsoft.VisualStudio.Data (en Microsoft.VisualStudio.Data.dll)

Sintaxis

'Declaración
Public ReadOnly Property CommandId As Integer
public int CommandId { get; }
public:
property int CommandId {
    int get ();
}
member CommandId : int
function get CommandId () : int

Valor de propiedad

Tipo: System.Int32
Devuelve un valor entero que representa el identificador de comando

Seguridad de .NET Framework

Vea también

Referencia

OleCommand Clase

Microsoft.VisualStudio.Data (Espacio de nombres)