GameBarServicesTargetInfo GameBarServicesTargetInfo GameBarServicesTargetInfo GameBarServicesTargetInfo Class

Definition

Provides metadata about a Game Bar services target.

public : sealed class GameBarServicesTargetInfo : IGameBarServicesTargetInfopublic sealed class GameBarServicesTargetInfo : IGameBarServicesTargetInfoPublic NotInheritable Class GameBarServicesTargetInfo Implements IGameBarServicesTargetInfo// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows Desktop Extension SDK (introduced v10.0.15063.0)
API contract
Windows.Media.Capture.GameBarContract (introduced v1)
Capabilities
gameBarServices

Properties

AppId AppId AppId AppId

Gets the unique identifier of the Game Bar services target app.

public : PlatForm::String AppId { get; }public string AppId { get; }Public ReadOnly Property AppId As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The unique identifier of the Game Bar services target app.

Additional features and requirements
Device family
Windows Desktop Extension SDK (introduced v10.0.15063.0)
API contract
Windows.Media.Capture.GameBarContract (introduced v1)
Capabilities
gameBarServices

DisplayMode DisplayMode DisplayMode DisplayMode

Gets a value indicating the display mode of the Game Bar services target app.

public : GameBarServicesDisplayMode DisplayMode { get; }public GameBarServicesDisplayMode DisplayMode { get; }Public ReadOnly Property DisplayMode As GameBarServicesDisplayMode// You can use this property in JavaScript.
Value
GameBarServicesDisplayMode GameBarServicesDisplayMode GameBarServicesDisplayMode GameBarServicesDisplayMode

A value indicating the display mode of the Game Bar services target app.

Additional features and requirements
Device family
Windows Desktop Extension SDK (introduced v10.0.15063.0)
API contract
Windows.Media.Capture.GameBarContract (introduced v1)
Capabilities
gameBarServices

DisplayName DisplayName DisplayName DisplayName

Gets the display name of the Game Bar services target app.

public : PlatForm::String DisplayName { get; }public string DisplayName { get; }Public ReadOnly Property DisplayName As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The display name of the Game Bar services target app.

Additional features and requirements
Device family
Windows Desktop Extension SDK (introduced v10.0.15063.0)
API contract
Windows.Media.Capture.GameBarContract (introduced v1)
Capabilities
gameBarServices

TitleId TitleId TitleId TitleId

Gets the unique identifier of the Game Bar services target title.

public : PlatForm::String TitleId { get; }public string TitleId { get; }Public ReadOnly Property TitleId As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The unique identifier of the Game Bar services target title.

Additional features and requirements
Device family
Windows Desktop Extension SDK (introduced v10.0.15063.0)
API contract
Windows.Media.Capture.GameBarContract (introduced v1)
Capabilities
gameBarServices