IAppointmentsProviderAddAppointmentActivatedEventArgs 接口

定义

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

public interface class IAppointmentsProviderAddAppointmentActivatedEventArgs : IAppointmentsProviderActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2726695783, 52965, 20045, 158, 215, 65, 195, 78, 193, 139, 2)]
struct IAppointmentsProviderAddAppointmentActivatedEventArgs : IAppointmentsProviderActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2726695783, 52965, 20045, 158, 215, 65, 195, 78, 193, 139, 2)]
public interface IAppointmentsProviderAddAppointmentActivatedEventArgs : IAppointmentsProviderActivatedEventArgs
Public Interface IAppointmentsProviderAddAppointmentActivatedEventArgs
Implements IAppointmentsProviderActivatedEventArgs
派生
属性
实现

Windows 要求

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

属性

AddAppointmentOperation

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

Kind

获取激活此应用的原因。

(继承自 IActivatedEventArgs)
PreviousExecutionState

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

(继承自 IActivatedEventArgs)
SplashScreen

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

(继承自 IActivatedEventArgs)
Verb

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

(继承自 IAppointmentsProviderActivatedEventArgs)

适用于

另请参阅