WebUIAppointmentsProviderRemoveAppointmentActivatedEventArgs 类

定义

在激活应用以从用户日历中删除约会时提供数据。

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

Windows 要求

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

注解

ActivationKindappointmentsProvider 时,为 WinJS.Application.OnactivatedWindows.UI.WebUI.WebUIApplication.activated 事件实现事件处理程序时,将访问此对象。

注意

此类不敏捷,这意味着需要考虑其线程模型和封送处理行为。 有关详细信息,请参阅 线程处理和封送处理 (C++/CX)

版本历史记录

Windows 版本 SDK 版本 已添加值
1607 14393 User

属性

ActivatedOperation

获取应用激活的操作。

Kind

获取激活类型。

PreviousExecutionState

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

RemoveAppointmentOperation

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

SplashScreen

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

User

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

Verb

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

适用于

另请参阅