Partilhar via


AccountsSettingsPaneCommandsRequestedEventArgs.CredentialCommands Propriedade

Definição

Obtém a coleção CredentialCommand para o painel de configurações da conta.

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)

Valor da propriedade

Os comandos de credencial.

Aplica-se a

Confira também