IAppointmentsProviderRemoveAppointmentActivatedEventArgs 接口

定义

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

public interface class IAppointmentsProviderRemoveAppointmentActivatedEventArgs : IAppointmentsProviderActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1964980920, 2958, 17692, 159, 21, 150, 110, 105, 155, 172, 37)]
struct IAppointmentsProviderRemoveAppointmentActivatedEventArgs : IAppointmentsProviderActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1964980920, 2958, 17692, 159, 21, 150, 110, 105, 155, 172, 37)]
public interface IAppointmentsProviderRemoveAppointmentActivatedEventArgs : IAppointmentsProviderActivatedEventArgs
Public Interface IAppointmentsProviderRemoveAppointmentActivatedEventArgs
Implements IAppointmentsProviderActivatedEventArgs
派生
属性
实现

Windows 要求

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

属性

Kind

获取激活此应用的原因。

(继承自 IActivatedEventArgs)
PreviousExecutionState

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

(继承自 IActivatedEventArgs)
RemoveAppointmentOperation

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

SplashScreen

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

(继承自 IActivatedEventArgs)
Verb

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

(继承自 IAppointmentsProviderActivatedEventArgs)

适用于

另请参阅