Hyperlink.Command Eigenschaft

Definition

Ruft einen dem Hyperlink zugeordneten Befehl oder legt diesen fest.

public:
 property System::Windows::Input::ICommand ^ Command { System::Windows::Input::ICommand ^ get(); void set(System::Windows::Input::ICommand ^ value); };
[System.ComponentModel.Bindable(true)]
[System.Windows.Localizability(System.Windows.LocalizationCategory.NeverLocalize)]
public System.Windows.Input.ICommand Command { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Windows.Localizability(System.Windows.LocalizationCategory.NeverLocalize)>]
member this.Command : System.Windows.Input.ICommand with get, set
Public Property Command As ICommand

Eigenschaftswert

Ein Befehl, der dem Hyperlink zugeordnet werden soll. Der Standardwert ist null.

Attribute

Hinweise

Informationen zur Abhängigkeitseigenschaft

Bezeichnerfeld CommandProperty
Metadateneigenschaften auf true festgelegt Keine

Gilt für: