CoreWindowDialog.Commands Property

Definition

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.

Applies to