Condividi tramite


AccountsSettingsPaneCommandsRequestedEventArgs.CredentialCommands Proprietà

Definizione

Ottiene l'insieme CredentialCommand per il riquadro delle impostazioni dell'account.

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)

Valore della proprietà

Comandi delle credenziali.

Si applica a

Vedi anche