AccountsSettingsPaneCommandsRequestedEventArgs.Commands 속성

정의

계정 설정 창의 SettingsCommand 컬렉션을 가져옵니다.

public:
 property IVector<SettingsCommand ^> ^ Commands { IVector<SettingsCommand ^> ^ get(); };
IVector<SettingsCommand> Commands();
public IList<SettingsCommand> Commands { get; }
var iVector = accountsSettingsPaneCommandsRequestedEventArgs.commands;
Public ReadOnly Property Commands As IList(Of SettingsCommand)

속성 값

설정 명령입니다.

적용 대상

추가 정보