Share via


AccountsSettingsPaneCommandsRequestedEventArgs.CredentialCommands Propiedad

Definición

Obtiene la colección CredentialCommand para el panel de configuración de la cuenta.

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 de propiedad

Comandos de credenciales.

Se aplica a

Consulte también