Hyperlink.Command 屬性

定義

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

屬性值

要與 Hyperlink 產生關聯的命令。 預設為 null

屬性

備註

相依性屬性資訊

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

適用於