Hyperlink.CommandParameter Propriété

Définition

Obtient ou définit les paramètres de commande associés à la commande spécifiée par la propriété Command.

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

Valeur de propriété

Objet spécifiant des paramètres pour la commande spécifiée par la Command propriété. La valeur par défaut est null.

Attributs

Remarques

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

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

S’applique à