Proprietà Events.CommandEvents
Ottiene l'oggetto CommandEvents per il comando specificato.
Spazio dei nomi: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Sintassi
'Dichiarazione
ReadOnly Property CommandEvents ( _
Guid As String, _
ID As Integer _
) As CommandEvents
Get
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 non supporta le proprietà indicizzate.
Parametri
- Guid
Tipo: System.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 nell'ambiente.
- ID
Tipo: System.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: EnvDTE.CommandEvents
Un oggetto CommandEvents.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.