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