Condividi tramite


ButtonBase.CommandTarget Proprietà

Definizione

Recupera o imposta l'elemento su cui eseguire il comando specificato.

public:
 property System::Windows::IInputElement ^ CommandTarget { System::Windows::IInputElement ^ get(); void set(System::Windows::IInputElement ^ value); };
[System.ComponentModel.Bindable(true)]
public System.Windows.IInputElement CommandTarget { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.CommandTarget : System.Windows.IInputElement with get, set
Public Property CommandTarget As IInputElement

Valore della proprietà

IInputElement

Elemento sul quale generare un comando.

Attributi

Commenti

Impossibile utilizzare la CommandTarget proprietà per definire un oggetto UIElement. La CommandTarget proprietà fornisce un riferimento a un elemento già definito in un punto qualsiasi dell'applicazione.

Uso della sintassi XAML per gli attributi

<ButtonBase CommandTarget="{Binding ElementName= elementName }"/>  

Valori XAML

Elementname
Nome di IInputElement che riceve il comando.

Informazioni proprietà di dipendenza

Campo Identificatore CommandTargetProperty
Proprietà dei metadati impostate su true Nessuno

Si applica a

Vedi anche