WebUIWebAccountProviderActivatedEventArgs 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示激活 Web 帐户提供程序所涉及的参数。
public ref class WebUIWebAccountProviderActivatedEventArgs sealed : IWebAccountProviderActivatedEventArgs, IActivatedEventArgsDeferral
public ref class WebUIWebAccountProviderActivatedEventArgs sealed : IActivatedEventArgsWithUser, IWebAccountProviderActivatedEventArgs, IActivatedEventArgsDeferral
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class WebUIWebAccountProviderActivatedEventArgs final : IWebAccountProviderActivatedEventArgs, IActivatedEventArgsDeferral
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class WebUIWebAccountProviderActivatedEventArgs final : IActivatedEventArgsWithUser, IWebAccountProviderActivatedEventArgs, IActivatedEventArgsDeferral
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class WebUIWebAccountProviderActivatedEventArgs : IWebAccountProviderActivatedEventArgs, IActivatedEventArgsDeferral
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class WebUIWebAccountProviderActivatedEventArgs : IActivatedEventArgsWithUser, IWebAccountProviderActivatedEventArgs, IActivatedEventArgsDeferral
Public NotInheritable Class WebUIWebAccountProviderActivatedEventArgs
Implements IActivatedEventArgsDeferral, IWebAccountProviderActivatedEventArgs
Public NotInheritable Class WebUIWebAccountProviderActivatedEventArgs
Implements IActivatedEventArgsDeferral, IActivatedEventArgsWithUser, IWebAccountProviderActivatedEventArgs
- 继承
- 属性
- 实现
Windows 要求
设备系列 |
Windows 10 (在 10.0.10240.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
|
注解
版本历史记录
Windows 版本 | SDK 版本 | 增值 |
---|---|---|
1607 | 14393 | 用户 |
属性
ActivatedOperation |
获取激活的操作。 |
Kind |
获取激活类型。 |
Operation |
获取 Web 帐户提供程序操作。 |
PreviousExecutionState |
获取应用的上一个执行状态。 |
SplashScreen |
获取初始屏幕。 |
User |
获取为其激活应用的用户。 |