Hyperlink.CommandParameter 屬性

定義

取得或設定與 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

屬性值

物件,指定由 Command 屬性指定之命令的參數。 預設為 null

屬性

備註

相依性屬性資訊

識別碼欄位 CommandParameterProperty
中繼資料屬性設定為 true

適用於