GameUIProviderActivatedEventArgs Class

Definition

Event arguments associated with a GameUIProvider activation. This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, your app cannot use this API.

public ref class GameUIProviderActivatedEventArgs sealed : IActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Gaming.UI.GamingUIProviderContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class GameUIProviderActivatedEventArgs final : IActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Gaming.UI.GamingUIProviderContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class GameUIProviderActivatedEventArgs : IActivatedEventArgs
Public NotInheritable Class GameUIProviderActivatedEventArgs
Implements IActivatedEventArgs
Inheritance
Object Platform::Object IInspectable GameUIProviderActivatedEventArgs
Attributes
Implements

Windows requirements

Device family
Windows Desktop Extension SDK (introduced in 10.0.16299.0)
API contract
Windows.Gaming.UI.GamingUIProviderContract (introduced in v1.0)

Properties

GameUIArgs

Event arguments associated with a GameUIProvider activation. This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, your app cannot use this API.

Kind

The type of activation. This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, your app cannot use this API.

PreviousExecutionState

The previous execution state. This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, your app cannot use this API.

SplashScreen

The app's splash screen. This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, your app cannot use this API.

Methods

ReportCompleted(ValueSet)

Signals the experience as complete, and communicates any resulting data back to the calling app. This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, your app cannot use this API.

Applies to