Share via


Hyperlink.Command Propriété

Définition

Obtient ou définit une commande à associer à 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é

ICommand

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

Attributs

Remarques

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

Champ d’identificateur CommandProperty
Propriétés de métadonnées définies sur true Aucun

S’applique à