다음을 통해 공유


AccountsSettingsPaneCommandsRequestedEventArgs.CredentialCommands 속성

정의

계정 설정 창에 대한 CredentialCommand 컬렉션을 가져옵니다.

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

속성 값

자격 증명 명령입니다.

적용 대상

추가 정보