FullScreenPresentationConfiguration クラス

定義

AppWindowPresenter の全画面表示の構成を表します。

public ref class FullScreenPresentationConfiguration sealed : AppWindowPresentationConfiguration
/// [Windows.Foundation.Metadata.Activatable(524288, "Windows.Foundation.UniversalApiContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 524288)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class FullScreenPresentationConfiguration final : AppWindowPresentationConfiguration
[Windows.Foundation.Metadata.Activatable(524288, "Windows.Foundation.UniversalApiContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 524288)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class FullScreenPresentationConfiguration : AppWindowPresentationConfiguration
Public NotInheritable Class FullScreenPresentationConfiguration
Inherits AppWindowPresentationConfiguration
継承
Object Platform::Object IInspectable AppWindowPresentationConfiguration FullScreenPresentationConfiguration
属性

Windows の要件

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

コンストラクター

FullScreenPresentationConfiguration()

FullScreenPresentationConfiguration クラスの新しいインスタンスを初期化します。

プロパティ

IsExclusive

排他全画面表示モードがオンかどうかを示す値を取得または設定します。

Kind

アプリ ウィンドウで使用されているプレゼンテーションの種類を示す値を取得します。

(継承元 AppWindowPresentationConfiguration)

適用対象