Compartir a través de


Events2.CommandEvents (Propiedad) (String, Int32)

Obtiene CommandEvents para el comando especificado.

Espacio de nombres:  EnvDTE80
Ensamblado:  EnvDTE80 (en EnvDTE80.dll)

Sintaxis

'Declaración
ReadOnly Property CommandEvents ( _
    Guid As String, _
    ID As Integer _
) As CommandEvents
CommandEvents this[
    string Guid,
    int ID
] { get; }
property CommandEvents^ CommandEvents[[InAttribute] String^ Guid, [InAttribute] int ID] {
    CommandEvents^ get ([InAttribute] String^ Guid, [InAttribute] int ID);
}
abstract CommandEvents : CommandEvents
JScript no admite propiedades indizadas.

Parámetros

  • ID
    Tipo: System.Int32
    Obligatorio.Índice en el grupo de comandos para el comando concreto.Si ID es Null o Nothing, CommandEvents devuelve un objeto CommandEvents que representa todos los comandos del grupo.

Valor de propiedad

Tipo: EnvDTE.CommandEvents
Un objeto CommandEvents.

Seguridad de .NET Framework

Vea también

Referencia

Events2 Interfaz

CommandEvents (Sobrecarga)

EnvDTE80 (Espacio de nombres)