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)

プロパティ値

ポップアップで使用できるユーザー インターフェイス コマンドのセット。

適用対象