GameUIProviderActivatedEventArgs GameUIProviderActivatedEventArgs GameUIProviderActivatedEventArgs GameUIProviderActivatedEventArgs Class

Definition

Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Prerelease APIs are identified by a Prerelease label.

[Contains prerelease APIs.]

public : sealed class GameUIProviderActivatedEventArgs : IActivatedEventArgs, IGameUIProviderActivatedEventArgspublic sealed class GameUIProviderActivatedEventArgs : IActivatedEventArgs, IGameUIProviderActivatedEventArgsPublic NotInheritable Class GameUIProviderActivatedEventArgs Implements IActivatedEventArgs, IGameUIProviderActivatedEventArgs// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows Desktop Extension SDK (introduced v10.0.16257.0)
API contract
Windows.Gaming.UI.GamingUIProviderContract (introduced v1)

Properties

GameUIArgs GameUIArgs GameUIArgs GameUIArgs

Prerelease.

public : ValueSet GameUIArgs { get; }public ValueSet GameUIArgs { get; }Public ReadOnly Property GameUIArgs As ValueSet// You can use this property in JavaScript.

Kind Kind Kind Kind

Prerelease.

public : ActivationKind Kind { get; }public ActivationKind Kind { get; }Public ReadOnly Property Kind As ActivationKind// You can use this property in JavaScript.

PreviousExecutionState PreviousExecutionState PreviousExecutionState PreviousExecutionState

Prerelease.

public : ApplicationExecutionState PreviousExecutionState { get; }public ApplicationExecutionState PreviousExecutionState { get; }Public ReadOnly Property PreviousExecutionState As ApplicationExecutionState// You can use this property in JavaScript.

SplashScreen SplashScreen SplashScreen SplashScreen

Prerelease.

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

Methods

ReportCompleted(ValueSet) ReportCompleted(ValueSet) ReportCompleted(ValueSet) ReportCompleted(ValueSet)

Prerelease.

public : void ReportCompleted(ValueSet results)public void ReportCompleted(ValueSet results)Public Function ReportCompleted(results As ValueSet) As void// You can use this method in JavaScript.
Parameters