Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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