共用方式為


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)

屬性值

認證命令。

適用於

另請參閱