CoreWindowDialog.Commands 속성

정의

대화 상자에서 사용할 수 있는 UI(사용자 인터페이스 명령) 집합을 가져옵니다.

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)

속성 값

대화 상자에서 사용할 수 있는 UI 명령 집합입니다.

적용 대상