GameUIProviderActivatedEventArgs.GameUIArgs Property

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:
 property ValueSet ^ GameUIArgs { ValueSet ^ get(); };
ValueSet GameUIArgs();
public ValueSet GameUIArgs { get; }
var valueSet = gameUIProviderActivatedEventArgs.gameUIArgs;
Public ReadOnly Property GameUIArgs As ValueSet

Property Value

Event arguments associated with a GameUIProvider activation.

Applies to