IAppointmentsProviderShowAppointmentDetailsActivatedEventArgs 介面

定義

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

public interface class IAppointmentsProviderShowAppointmentDetailsActivatedEventArgs : IAppointmentsProviderActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(962130021, 38977, 19621, 153, 155, 136, 81, 152, 185, 239, 42)]
struct IAppointmentsProviderShowAppointmentDetailsActivatedEventArgs : IAppointmentsProviderActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(962130021, 38977, 19621, 153, 155, 136, 81, 152, 185, 239, 42)]
public interface IAppointmentsProviderShowAppointmentDetailsActivatedEventArgs : IAppointmentsProviderActivatedEventArgs
Public Interface IAppointmentsProviderShowAppointmentDetailsActivatedEventArgs
Implements IAppointmentsProviderActivatedEventArgs
衍生
屬性
實作

Windows 需求

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

屬性

InstanceStartDate

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

Kind

取得啟動此應用程式的原因。

(繼承來源 IActivatedEventArgs)
LocalId

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

PreviousExecutionState

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

(繼承來源 IActivatedEventArgs)
RoamingId

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

SplashScreen

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

(繼承來源 IActivatedEventArgs)
Verb

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

(繼承來源 IAppointmentsProviderActivatedEventArgs)

適用於

另請參閱