AppWindowPresenter クラス

定義

表示されているデバイスに適した定義済みの構成を使用して、アプリ ウィンドウを表示します。

public ref class AppWindowPresenter sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 524288)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class AppWindowPresenter final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 524288)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class AppWindowPresenter
Public NotInheritable Class AppWindowPresenter
継承
Object Platform::Object IInspectable AppWindowPresenter
属性

Windows の要件

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

メソッド

GetConfiguration()

アプリ ウィンドウの発表者の構成情報を取得します。

IsPresentationSupported(AppWindowPresentationKind)

プレゼンテーションの種類がサポートされているかどうかを示す値を取得します。

RequestPresentation(AppWindowPresentationConfiguration)

指定したプレゼンテーション構成を使用してウィンドウを表示するように要求します。

RequestPresentation(AppWindowPresentationKind)

指定した種類のプレゼンテーションを使用してウィンドウを表示するように要求します。

適用対象