XamlUICommand.Command 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定互動式 UI 元素的命令列為,該元素會在叫用時執行動作,例如傳送電子郵件、刪除專案或提交表單。
public:
property ICommand ^ Command { ICommand ^ get(); void set(ICommand ^ value); };
ICommand Command();
void Command(ICommand value);
public ICommand Command { get; set; }
var iCommand = xamlUICommand.command;
xamlUICommand.command = iCommand;
Public Property Command As ICommand
屬性值
專案的命令列為。
備註
XamlUICommand 會實作 ICommand 介面, (Windows.UI.Xaml.Input.ICommand for C++ 或 System.Windows.Input.ICommand ) 、新增各種 UI 屬性、方法和事件。