IViewSwitcherProvider インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アプリケーションのビューを設定できる オブジェクトを提供します。
public interface class IViewSwitcherProvider : IActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(871532710, 23596, 19751, 186, 199, 117, 54, 8, 143, 18, 25)]
struct IViewSwitcherProvider : IActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(871532710, 23596, 19751, 186, 199, 117, 54, 8, 143, 18, 25)]
public interface IViewSwitcherProvider : IActivatedEventArgs
Public Interface IViewSwitcherProvider
Implements IActivatedEventArgs
- 派生
- 属性
- 実装
Windows の要件
デバイス ファミリ |
Windows 10 (10.0.10240.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0 で導入)
|
プロパティ
Kind |
このアプリがアクティブ化されている理由を取得します。 (継承元 IActivatedEventArgs) |
PreviousExecutionState |
このアクティブ化の前のアプリの実行状態を取得します。 (継承元 IActivatedEventArgs) |
SplashScreen |
スプラッシュ スクリーンからアクティブ化されたアプリへの切り替えに関する情報を提供するスプラッシュ スクリーン オブジェクトを取得します。 (継承元 IActivatedEventArgs) |
ViewSwitcher |
アプリケーションのビューを設定できるビュー スイッチャー オブジェクトを提供します。 |