Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Properties
String AppExtensionId
Returns the App Extension Id that this object represents. This is the Id from the <AppExtension> element in the app's package manifest.
String IsLaunchActivation
Returns if Game Bar is activating your widget for the first time (for that instance).
- If
trueyou need to construct yourXboxGameBarWidgetobject and hold onto it in yourApplicationinstance. - If
false, it means you're getting a repeat activation, which means you can just observe theURIand act accordingly. You should NOT construct a newXboxGameBarWidgetobject.
Other
XboxGameBarWidgetActivatedEventArgs inherits from IActivatedEventArgs, IActivatedEventArgsWithUser, IPrelaunchActivatedEventArgs, and IProtocolActivatedEventArgs, so all properties available on those interfaces are available to this class.
Methods
None