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

Vedere anche

Riferimenti

ToolCommandBinding Classe

Spazio dei nomi Microsoft.Windows.Design.Interaction

Altre risorse

Estensibilità di Progettazione WPF

Architettura degli strumenti