Partager via


AccountsSettingsPaneCommandsRequestedEventArgs.CredentialCommands Propriété

Définition

Obtient la collection CredentialCommand pour le volet paramètres du compte.

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)

Valeur de propriété

Commandes d’informations d’identification.

S’applique à

Voir aussi