共用方式為


CoreWindowDialog.Commands 屬性

定義

取得對話方塊上可用的使用者介面命令集 (UI) 。

public:
 property IVector<IUICommand ^> ^ Commands { IVector<IUICommand ^> ^ get(); };
IVector<IUICommand> Commands();
public IList<IUICommand> Commands { get; }
var iVector = coreWindowDialog.commands;
Public ReadOnly Property Commands As IList(Of IUICommand)

屬性值

對話方塊上可用的一組 UI 命令。

適用於