Hyperlink.Command Propriété

Définition

Obtient ou définit une commande à associer au Hyperlink.

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

Valeur de propriété

Commande à associer au Hyperlink. La valeur par défaut est null.

Attributs

Remarques

Informations sur les propriétés de dépendance

Élément Valeur
Champ d’identificateur CommandProperty
Propriétés de métadonnées définies sur true None

S’applique à