AccountsSettingsPaneCommandsRequestedEventArgs 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供 AccountCommandsRequested 事件的数据。
public ref class AccountsSettingsPaneCommandsRequestedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.None)]
class AccountsSettingsPaneCommandsRequestedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.None)]
public sealed class AccountsSettingsPaneCommandsRequestedEventArgs
Public NotInheritable Class AccountsSettingsPaneCommandsRequestedEventArgs
- 继承
- 属性
Windows 要求
设备系列 |
Windows 10 (在 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
|
注解
版本历史记录
Windows 版本 | SDK 版本 | 已添加值 |
---|---|---|
1803 | 17134 | User |
属性
Commands |
获取帐户设置窗格的 SettingsCommand 集合。 |
CredentialCommands |
获取帐户设置窗格的 CredentialCommand 集合。 |
HeaderText |
获取或设置帐户设置窗格的标题文本。 |
User |
获取帐户设置窗格的用户。 |
WebAccountCommands |
获取帐户设置窗格的 WebAccountCommand 集合。 |
WebAccountProviderCommands |
获取帐户设置窗格的 WebAccountProviderCommand 集合。 |
方法
GetDeferral() |
获取 AccountCommandsRequested 事件的延迟对象。 |