WebAccountProviderActivatedEventArgs 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
向由于 Web 帐户提供程序操作而激活的应用提供信息。
public ref class WebAccountProviderActivatedEventArgs sealed : IWebAccountProviderActivatedEventArgs
public ref class WebAccountProviderActivatedEventArgs sealed : IActivatedEventArgsWithUser, IWebAccountProviderActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class WebAccountProviderActivatedEventArgs final : IWebAccountProviderActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class WebAccountProviderActivatedEventArgs final : IActivatedEventArgsWithUser, IWebAccountProviderActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class WebAccountProviderActivatedEventArgs : IWebAccountProviderActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class WebAccountProviderActivatedEventArgs : IActivatedEventArgsWithUser, IWebAccountProviderActivatedEventArgs
Public NotInheritable Class WebAccountProviderActivatedEventArgs
Implements IWebAccountProviderActivatedEventArgs
Public NotInheritable Class WebAccountProviderActivatedEventArgs
Implements IActivatedEventArgsWithUser, IWebAccountProviderActivatedEventArgs
- 继承
- 属性
- 实现
Windows 要求
设备系列 |
Windows 10 (在 10.0.10240.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
|
注解
当实现响应 Activated 事件(当 ActivationKind 为 WebAccountProvider 时)的事件处理程序时,可以访问 WebAccountProviderActivatedEventArgs 对象。
版本历史记录
Windows 版本 | SDK 版本 | 增值 |
---|---|---|
1607 | 14393 | 用户 |
属性
Kind |
获取 Web 帐户提供程序激活的类型。 |
Operation |
获取 Web 帐户提供程序操作。 |
PreviousExecutionState |
获取激活前的应用的执行状态。 |
SplashScreen |
获取初始屏幕对象,该对象提供有关从初始屏幕到激活应用转换的信息。 |
User |
获取为其激活应用的用户。 |