IAppointmentsProviderShowTimeFrameActivatedEventArgs 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在應用程式啟動時提供資料,以在使用者的行事曆上顯示指定的時間範圍。
public interface class IAppointmentsProviderShowTimeFrameActivatedEventArgs : IAppointmentsProviderActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2611915686, 3595, 18858, 186, 188, 18, 177, 220, 119, 73, 134)]
struct IAppointmentsProviderShowTimeFrameActivatedEventArgs : IAppointmentsProviderActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2611915686, 3595, 18858, 186, 188, 18, 177, 220, 119, 73, 134)]
public interface IAppointmentsProviderShowTimeFrameActivatedEventArgs : IAppointmentsProviderActivatedEventArgs
Public Interface IAppointmentsProviderShowTimeFrameActivatedEventArgs
Implements IAppointmentsProviderActivatedEventArgs
- 衍生
- 屬性
- 實作
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
屬性
Duration |
取得要顯示的時間範圍持續時間。 |
Kind |
取得啟動此應用程式的原因。 (繼承來源 IActivatedEventArgs) |
PreviousExecutionState |
取得此啟用之前的應用程式執行狀態。 (繼承來源 IActivatedEventArgs) |
SplashScreen |
取得啟動顯示畫面物件,提供從啟動顯示畫面轉換至啟動應用程式的相關資訊。 (繼承來源 IActivatedEventArgs) |
TimeToShow |
取得要顯示之時間範圍的開始日期和時間。 |
Verb |
取得約會提供者所要執行的動作。 (繼承來源 IAppointmentsProviderActivatedEventArgs) |