CoreWindowFlyout.Commands 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得飛出視窗上可用的使用者介面命令集。
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)
屬性值
飛出視窗上可用的使用者介面命令集。