共用方式為


RibbonGallery.Command 屬性

定義

取得或設定與此功能區圖庫相關聯的指令。

public:
 property System::Windows::Input::ICommand ^ Command { System::Windows::Input::ICommand ^ get(); void set(System::Windows::Input::ICommand ^ value); };
public System.Windows.Input.ICommand Command { get; set; }
member this.Command : System.Windows.Input.ICommand with get, set
Public Property Command As ICommand

屬性值

ICommand

與此功能區圖庫相關聯的指令。 已註冊的預設值是 null。 如需可能會影響該值的相關詳細資訊,請參閱 相依性屬性值優先順序

備註

相依性屬性資訊

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

適用於