WebUIAppointmentsProviderShowTimeFrameActivatedEventArgs 類別

定義

在應用程式啟動時提供資料,以在使用者的行事曆上顯示指定的時間範圍。

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

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

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

Duration

取得要顯示之時間範圍的持續時間。

Kind

取得啟用類型。

PreviousExecutionState

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

SplashScreen

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

TimeToShow

取得要顯示之時間範圍的開始日期和時間。

User

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

Verb

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

適用於

另請參閱