AppointmentsProviderShowAppointmentDetailsActivatedEventArgs 类

定义

在激活应用以显示约会详细信息时提供数据。

public ref class AppointmentsProviderShowAppointmentDetailsActivatedEventArgs sealed : IAppointmentsProviderShowAppointmentDetailsActivatedEventArgs
public ref class AppointmentsProviderShowAppointmentDetailsActivatedEventArgs sealed : IActivatedEventArgsWithUser, IAppointmentsProviderShowAppointmentDetailsActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class AppointmentsProviderShowAppointmentDetailsActivatedEventArgs final : IAppointmentsProviderShowAppointmentDetailsActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class AppointmentsProviderShowAppointmentDetailsActivatedEventArgs final : IActivatedEventArgsWithUser, IAppointmentsProviderShowAppointmentDetailsActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class AppointmentsProviderShowAppointmentDetailsActivatedEventArgs : IAppointmentsProviderShowAppointmentDetailsActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class AppointmentsProviderShowAppointmentDetailsActivatedEventArgs : IActivatedEventArgsWithUser, IAppointmentsProviderShowAppointmentDetailsActivatedEventArgs
Public NotInheritable Class AppointmentsProviderShowAppointmentDetailsActivatedEventArgs
Implements IAppointmentsProviderShowAppointmentDetailsActivatedEventArgs
Public NotInheritable Class AppointmentsProviderShowAppointmentDetailsActivatedEventArgs
Implements IActivatedEventArgsWithUser, IAppointmentsProviderShowAppointmentDetailsActivatedEventArgs
继承
Object Platform::Object IInspectable AppointmentsProviderShowAppointmentDetailsActivatedEventArgs
属性
实现

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

注解

重写 OnActivated 方法、 IActivatedEventArgs.KindAppointmentsProviderIAppointmentsProviderActivatedEventArgs.Verb 等于 AppointmentsProviderLaunchActionVerbs.ShowAppointmentDetails 属性的值时,将访问此对象。

版本历史记录

Windows 版本 SDK 版本 增值
1607 14393 用户

属性

InstanceStartDate

获取应用应显示其详细信息的约会实例的开始日期。

Kind

获取激活类型。

LocalId

获取应用应显示其详细信息的约会的本地标识符。

PreviousExecutionState

获取激活前的应用的执行状态。

RoamingId

获取应用应显示其详细信息的约会的漫游标识符。

SplashScreen

获取初始屏幕对象,该对象提供有关从初始屏幕到激活应用转换的信息。

User

获取为其激活应用的用户。

Verb

获取约会提供程序要执行的操作。

适用于

另请参阅