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 帐户集合。

适用于

另请参阅