Condividi tramite


Proprietà Events2.CommandEvents

Ottiene l'oggetto CommandEvents per il comando specificato.

Spazio dei nomi:  EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

Sintassi

'Dichiarazione
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 : 
        Guid:string * 
        ID:int -> CommandEvents with get
JScript non supporta le proprietà indicizzate.

Parametri

  • Guid
    Tipo: String

    Obbligatorio. Il GUID del gruppo di comandi. Se Guid è Null o Nothing, la proprietà CommandEvents restituisce un oggetto CommandEvents che rappresenta tutti i comandi dell'ambiente.

  • ID
    Tipo: Int32

    Obbligatorio. Un indice nel gruppo di comandi specifico per il comando. Se ID è Null o Nothing, la proprietà CommandEvents restituisce un oggetto CommandEvents che rappresenta tutti i comandi nel gruppo.

Valore proprietà

Tipo: CommandEvents
Oggetto CommandEvents.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Events2 Interfaccia

Spazio dei nomi EnvDTE80