Proprietà ToolCommandBinding.Command
Ottiene o imposta il comando di strumento associato a questa associazione.
Spazio dei nomi: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Sintassi
'Dichiarazione
Public Property Command As ToolCommand
Get
Set
public ToolCommand Command { get; set; }
public:
property ToolCommand^ Command {
ToolCommand^ get ();
void set (ToolCommand^ value);
}
member Command : ToolCommand with get, set
function get Command () : ToolCommand
function set Command (value : ToolCommand)
Valore proprietà
Tipo: Microsoft.Windows.Design.Interaction.ToolCommand
Comando di strumento associato a questa associazione.
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
Spazio dei nomi Microsoft.Windows.Design.Interaction