共用方式為


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 帳戶集合。

適用於

另請參閱