CoreWindowDialog.Commands Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the set of user interface commands (UI) available on the dialog.
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)
Property Value
The set of UI commands available on the dialog.