Hyperlink.CommandTarget Proprietà

Definizione

Ottiene o imposta un elemento di destinazione in cui eseguire il comando specificato dalla proprietà Command.

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à

Elemento di destinazione in cui eseguire il comando specificato dalla Command proprietà . Il valore predefinito è null.

Attributi

Commenti

Informazioni sulle proprietà di dipendenza

Elemento Value
Campo Identificatore CommandTargetProperty
Proprietà dei metadati impostate su true None

Si applica a