AccountsSettingsPaneCommandsRequestedEventArgs.CredentialCommands 属性

定义

获取帐户设置窗格的 CredentialCommand 集合。

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)

属性值

凭据命令。

适用于

另请参阅