ApplicationViewSwitcher クラス

定義

アプリのアプリ ビューの切り替え動作を表します。

public ref class ApplicationViewSwitcher abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class ApplicationViewSwitcher final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public static class ApplicationViewSwitcher
Public Class ApplicationViewSwitcher
継承
Object Platform::Object IInspectable ApplicationViewSwitcher
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

注釈

バージョン履歴

Windows のバージョン SDK バージョン 追加された値
1703 15063 TryShowAsViewModeAsync(Int32,ApplicationViewMode)
1703 15063 TryShowAsViewModeAsync(Int32,ApplicationViewMode,ViewModePreferences)

メソッド

DisableShowingMainViewOnActivation()

アプリがアクティブ化されたときにプライマリ ウィンドウ (アプリ ビュー) を無効にし、代わりに最後に表示されたウィンドウを表示します。

DisableSystemViewActivationPolicy()

アクティブ化時のビュー選択の Windows シェル コントロールを無効にし、代わりにアプリで処理できるようにします。

PrepareForCustomAnimatedSwitchAsync(Int32, Int32, ApplicationViewSwitchingOptions)

カスタム アニメーションを使用して 2 つのウィンドウ間を視覚的に切り替えるアプリを準備します。

SwitchAsync(Int32)

呼び出し元ウィンドウ (アプリ ビュー) を別のウィンドウに視覚的に切り替えます。

SwitchAsync(Int32, Int32)

呼び出し元ウィンドウ (アプリ ビュー) を指定したウィンドウに視覚的に切り替えます。

SwitchAsync(Int32, Int32, ApplicationViewSwitchingOptions)

呼び出し元ウィンドウ (アプリ ビュー) を指定したウィンドウに視覚的に切り替えます。

TryShowAsStandaloneAsync(Int32)

元のウィンドウに隣接して、画面にアプリの別のウィンドウ (アプリ ビュー) を表示します

TryShowAsStandaloneAsync(Int32, ViewSizePreference)

元のウィンドウに隣接して、画面にアプリの別のウィンドウ (アプリ ビュー) を表示します

TryShowAsStandaloneAsync(Int32, ViewSizePreference, Int32, ViewSizePreference)

元のウィンドウに隣接して、画面にアプリの別のウィンドウ (アプリ ビュー) を表示します。

TryShowAsViewModeAsync(Int32, ApplicationViewMode)

目的のビュー モードでビューをスタンドアロン ビューとして表示します。

TryShowAsViewModeAsync(Int32, ApplicationViewMode, ViewModePreferences)

指定したオプションを使用して、目的のビュー モードでビューをスタンドアロン ビューとして表示します。

適用対象

こちらもご覧ください