Freigeben über


AccountsSettingsPaneCommandsRequestedEventArgs.CredentialCommands Eigenschaft

Definition

Ruft die CredentialCommand-Auflistung für den Bereich Kontoeinstellungen ab.

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)

Eigenschaftswert

Die Anmeldeinformationsbefehle.

Gilt für:

Weitere Informationen