共用方式為


WebUIAppointmentsProviderAddAppointmentActivatedEventArgs 類別

定義

在應用程式啟動時提供資料,以將約會新增至使用者的行事曆。

public ref class WebUIAppointmentsProviderAddAppointmentActivatedEventArgs sealed : IAppointmentsProviderAddAppointmentActivatedEventArgs, IActivatedEventArgsDeferral
public ref class WebUIAppointmentsProviderAddAppointmentActivatedEventArgs sealed : IActivatedEventArgsWithUser, IAppointmentsProviderAddAppointmentActivatedEventArgs, IActivatedEventArgsDeferral
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class WebUIAppointmentsProviderAddAppointmentActivatedEventArgs final : IAppointmentsProviderAddAppointmentActivatedEventArgs, IActivatedEventArgsDeferral
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class WebUIAppointmentsProviderAddAppointmentActivatedEventArgs final : IActivatedEventArgsWithUser, IAppointmentsProviderAddAppointmentActivatedEventArgs, IActivatedEventArgsDeferral
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class WebUIAppointmentsProviderAddAppointmentActivatedEventArgs : IAppointmentsProviderAddAppointmentActivatedEventArgs, IActivatedEventArgsDeferral
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class WebUIAppointmentsProviderAddAppointmentActivatedEventArgs : IActivatedEventArgsWithUser, IAppointmentsProviderAddAppointmentActivatedEventArgs, IActivatedEventArgsDeferral
Public NotInheritable Class WebUIAppointmentsProviderAddAppointmentActivatedEventArgs
Implements IActivatedEventArgsDeferral, IAppointmentsProviderAddAppointmentActivatedEventArgs
Public NotInheritable Class WebUIAppointmentsProviderAddAppointmentActivatedEventArgs
Implements IActivatedEventArgsDeferral, IActivatedEventArgsWithUser, IAppointmentsProviderAddAppointmentActivatedEventArgs
繼承
Object Platform::Object IInspectable WebUIAppointmentsProviderAddAppointmentActivatedEventArgs
屬性
實作

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

取得應用程式啟動的作業。

AddAppointmentOperation

取得使用者嘗試新增應用程式的約會。

Kind

取得啟用類型。

PreviousExecutionState

取得應用程式啟動前的執行狀態。

SplashScreen

取得啟動顯示畫面物件,提供從啟動顯示畫面轉換至啟動應用程式的相關資訊。

User

取得啟動應用程式的使用者。

Verb

取得約會提供者所要執行的動作。

適用於

另請參閱