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) |