MessageDialog.Commands 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
property IVector<IUICommand ^> ^ Commands { IVector<IUICommand ^> ^ get(); };
IVector<IUICommand> Commands();
public IList<IUICommand> Commands { get; }
var iVector = messageDialog.commands;
Public ReadOnly Property Commands As IList(Of IUICommand)
屬性值
命令。
備註
根據預設,對話方塊的命令陣列是空的。 如果未將任何命令附加至此陣列,則對話方塊中會顯示預設的 「Close」 命令。
若要在對話方塊第一次顯示時延遲與命令的互動,請使用MessageDialogOptions設定AcceptUserInputAfterDelay選項。