AppointmentsProviderShowAppointmentDetailsActivatedEventArgs 類別

定義

在應用程式啟動時提供資料,以顯示約會的詳細資料。

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

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

備註

當您覆寫 OnActivated 方法時,會存取此物件, IActivatedEventArgs.KindAppointmentsProvider,而 IAppointmentsProviderActivatedEventArgs.Verb 等於 AppointmentsProviderLaunchActionVerbs.ShowAppointmentDetails 屬性的值。

版本歷程記錄

Windows 版本 SDK 版本 新增值
1607 14393 User

屬性

InstanceStartDate

取得應用程式應該顯示詳細資料的約會實例開始日期。

Kind

取得啟用類型。

LocalId

取得應用程式應該顯示詳細資料的約會本機識別碼。

PreviousExecutionState

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

RoamingId

取得應用程式應該顯示詳細資料的約會漫遊識別碼。

SplashScreen

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

User

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

Verb

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

適用於

另請參閱