AppWindowPresenter クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
表示されているデバイスに適した定義済みの構成を使用して、アプリ ウィンドウを表示します。
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
- 継承
- 属性
Windows の要件
デバイス ファミリ |
Windows 10, version 1903 (10.0.18362.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v8.0 で導入)
|
メソッド
GetConfiguration() |
アプリ ウィンドウの発表者の構成情報を取得します。 |
IsPresentationSupported(AppWindowPresentationKind) |
プレゼンテーションの種類がサポートされているかどうかを示す値を取得します。 |
RequestPresentation(AppWindowPresentationConfiguration) |
指定したプレゼンテーション構成を使用してウィンドウを表示するように要求します。 |
RequestPresentation(AppWindowPresentationKind) |
指定した種類のプレゼンテーションを使用してウィンドウを表示するように要求します。 |