AppWindowPresentationKind 列挙型

定義

アプリ ウィンドウで使用されているプレゼンテーションの種類を指定する定数を定義します。

public enum class AppWindowPresentationKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 524288)]
enum class AppWindowPresentationKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 524288)]
public enum AppWindowPresentationKind
Public Enum AppWindowPresentationKind
継承
AppWindowPresentationKind
属性

Windows の要件

デバイス ファミリ
Windows 10, version 1903 (10.0.18362.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v8.0 で導入)

フィールド

CompactOverlay 1

アプリ ウィンドウはコンパクト オーバーレイ (ピクチャインピクチャ) モードです。

Default 0

アプリ ウィンドウでは、特定のプレゼンテーションが適用されていない既定のプレゼンテーション モードが使用されています。

FullScreen 2

アプリ ウィンドウは全画面表示モードです。

注釈

この列挙は、 AppWindowPresentationConfiguration.Kind プロパティによって使用されます。

適用対象

こちらもご覧ください