AppointmentsProviderAddAppointmentActivatedEventArgs 类

定义

在激活应用以将约会添加到用户日历时提供数据。

Javascript 此类型显示为 WebUIAppointmentsProviderAddAppointmentActivatedEventArgs

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

Windows 要求

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

注解

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

版本历史记录

Windows 版本 SDK 版本 已添加值
1607 14393 用户

属性

AddAppointmentOperation

获取在用户尝试添加应用时提供给应用的约会。

Kind

获取激活类型。

PreviousExecutionState

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

SplashScreen

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

User

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

Verb

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

适用于

另请参阅