AppWindowPresentationKind 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アプリ ウィンドウで使用されているプレゼンテーションの種類を指定する定数を定義します。
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 プロパティによって使用されます。