Proprietà CanExecuteToolEventArgs.Command
Ottiene il comando associato a questo oggetto CanExecuteToolEventArgs.
Spazio dei nomi: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Command As ICommand
Get
public ICommand Command { get; }
public:
property ICommand^ Command {
ICommand^ get ();
}
member Command : ICommand
function get Command () : ICommand
Valore proprietà
Tipo: System.Windows.Input.ICommand
Oggetto ICommand che rappresenta un comando associato a questo oggetto CanExecuteToolEventArgs.
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.
Vedere anche
Riferimenti
CanExecuteToolEventArgs Classe
Spazio dei nomi Microsoft.Windows.Design.Interaction