CoreWindowFlyout.Commands 属性

定义

获取浮出控件上可用的用户界面命令集。

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

属性值

浮出控件上可用的用户界面命令集。

适用于