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)

发出使用指定类型的演示文稿显示窗口的请求。

适用于