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é

Object

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

Attributs

Remarques

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

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

S’applique à