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: StringObbligatorio. 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: Int32Obbligatorio. 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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.