GameBarServicesDisplayMode 列挙型

定義

ゲーム バーの表示モードを指定します。

public enum class GameBarServicesDisplayMode
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Media.Capture.AppBroadcastContract, 65536)]
enum class GameBarServicesDisplayMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Media.Capture.AppBroadcastContract), 65536)]
public enum GameBarServicesDisplayMode
var value = Windows.Media.Capture.GameBarServicesDisplayMode.windowed
Public Enum GameBarServicesDisplayMode
継承
GameBarServicesDisplayMode
属性

Windows の要件

デバイス ファミリ
Windows Desktop Extension SDK (10.0.15063.0 で導入)
API contract
Windows.Media.Capture.AppBroadcastContract (v1.0 で導入)
アプリの機能
gameBarServices

フィールド

FullScreenExclusive 1

全画面表示排他モード。

Windowed 0

ウィンドウ表示モード。

適用対象