共用方式為


SwipeItem.Command 屬性

定義

取得或設定叫用這個專案時要執行的命令。

public:
 property ICommand ^ Command { ICommand ^ get(); void set(ICommand ^ value); };
ICommand Command();

void Command(ICommand value);
public ICommand Command { get; set; }
var iCommand = swipeItem.command;
swipeItem.command = iCommand;
Public Property Command As ICommand
<SwipeItem Command="commandReference"/>

屬性值

叫用此專案時要執行的命令。 預設值為 null

適用於