AppointmentsProviderShowTimeFrameActivatedEventArgs 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在激活应用以在用户日历上显示指定时间范围时提供数据。
Javascript 此类型显示为 WebUIAppointmentsProviderShowTimeFrameActivatedEventArgs。
public ref class AppointmentsProviderShowTimeFrameActivatedEventArgs sealed : IAppointmentsProviderShowTimeFrameActivatedEventArgs
public ref class AppointmentsProviderShowTimeFrameActivatedEventArgs sealed : IActivatedEventArgsWithUser, IAppointmentsProviderShowTimeFrameActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class AppointmentsProviderShowTimeFrameActivatedEventArgs final : IAppointmentsProviderShowTimeFrameActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class AppointmentsProviderShowTimeFrameActivatedEventArgs final : IActivatedEventArgsWithUser, IAppointmentsProviderShowTimeFrameActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class AppointmentsProviderShowTimeFrameActivatedEventArgs : IAppointmentsProviderShowTimeFrameActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class AppointmentsProviderShowTimeFrameActivatedEventArgs : IActivatedEventArgsWithUser, IAppointmentsProviderShowTimeFrameActivatedEventArgs
Public NotInheritable Class AppointmentsProviderShowTimeFrameActivatedEventArgs
Implements IAppointmentsProviderShowTimeFrameActivatedEventArgs
Public NotInheritable Class AppointmentsProviderShowTimeFrameActivatedEventArgs
Implements IActivatedEventArgsWithUser, IAppointmentsProviderShowTimeFrameActivatedEventArgs
- 继承
- 属性
- 实现
Windows 要求
设备系列 |
Windows 10 (在 10.0.10240.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
|
注解
当重写 OnActivated 方法、 IActivatedEventArgs.Kind 为 AppointmentsProvider 且 IAppointmentsProviderActivatedEventArgs.Verb 等于 AppointmentsProviderLaunchActionVerbs.ShowTimeFrame 属性的值时,将访问此对象。
版本历史记录
Windows 版本 | SDK 版本 | 已添加值 |
---|---|---|
1607 | 14393 | 用户 |
属性
Duration |
获取要显示的时间框架的持续时间。 |
Kind |
获取激活类型。 |
PreviousExecutionState |
获取应用在激活前的执行状态。 |
SplashScreen |
获取初始屏幕对象,该对象提供有关从初始屏幕过渡到激活的应用的信息。 |
TimeToShow |
获取要显示的时间框架的开始日期和时间。 |
User |
获取为其激活应用的用户。 |
Verb |
获取约会提供程序要执行的操作。 |