次の方法で共有


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)

プロパティ値

資格情報コマンド。

適用対象

こちらもご覧ください