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)

適用於