AppointmentsProviderReplaceAppointmentActivatedEventArgs 类

定义

在激活应用以替换用户日历中的约会时提供数据。

Javascript 此类型显示为 WebUIAppointmentsProviderReplaceAppointmentActivatedEventArgs

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

Windows 要求

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

注解

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

版本历史记录

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

属性

Kind

获取激活类型。

PreviousExecutionState

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

ReplaceAppointmentOperation

获取用户尝试替换应用时提供给应用的约会。

SplashScreen

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

User

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

Verb

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

适用于

另请参阅