CoreWindowFlyout.Commands Property

Definition

Gets the set of user interface commands available on the flyout.

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)

Property Value

The set of user interface commands available on the flyout.

Applies to