CoreWindowFlyout.Commands 속성

정의

플라이아웃에서 사용할 수 있는 사용자 인터페이스 명령 집합을 가져옵니다.

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)

속성 값

플라이아웃에서 사용할 수 있는 사용자 인터페이스 명령 집합입니다.

적용 대상