Share via


AccountsSettingsPaneCommandsRequestedEventArgs.WebAccountCommands プロパティ

定義

アカウント設定ウィンドウの WebAccountCommand コレクションを取得します。

public:
 property IVector<WebAccountCommand ^> ^ WebAccountCommands { IVector<WebAccountCommand ^> ^ get(); };
IVector<WebAccountCommand> WebAccountCommands();
public IList<WebAccountCommand> WebAccountCommands { get; }
var iVector = accountsSettingsPaneCommandsRequestedEventArgs.webAccountCommands;
Public ReadOnly Property WebAccountCommands As IList(Of WebAccountCommand)

プロパティ値

Web アカウント コレクション。

適用対象

こちらもご覧ください