ActivationViewSwitcher クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アクティブ化に応答してアプリ ビューに切り替えるメソッドを提供します。
public ref class ActivationViewSwitcher sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ActivationViewSwitcher final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ActivationViewSwitcher
Public NotInheritable Class ActivationViewSwitcher
- 継承
- 属性
Windows の要件
デバイス ファミリ |
Windows 10 (10.0.10240.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0 で導入)
|
注釈
アクティブ化イベント引数の ViewSwitcher プロパティから ActivationViewSwitcher のインスタンスを取得します。 ActivationViewSwitcher を使用するには、まず DisableSystemViewActivationPolicy を呼び出して、システム ビューのアクティブ化ポリシーを無効にする必要があります。 アプリの最初のアクティブ化では、 ActivationViewSwitcher を使用して表示するビューを制御することはできません。 アプリは、後続のアクティブ化でのみ使用できます。
メソッド
IsViewPresentedOnActivationVirtualDesktop(Int32) |
アクティブ化が開始された仮想デスクトップに指定したビューが存在するかどうかを示す値を返します。 |
ShowAsStandaloneAsync(Int32) |
ビューを新しいスタンドアロン ウィンドウに表示します。 |
ShowAsStandaloneAsync(Int32, ViewSizePreference) |
ビューを新しいスタンドアロン ウィンドウに表示し、ビューのサイズ設定を設定します。 |