Proprietà CommandExceptionEventArgs.Command
Ottiene il comando passato al costruttore.
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 il comando passato al costruttore.
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
CommandExceptionEventArgs Classe
Spazio dei nomi Microsoft.Windows.Design.Interaction