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

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

適用於

另請參閱