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)

适用于