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 命令集。

适用于