GameExplorer
Declares a package extensibility point of type windows.gameExplorer.
Element hierarchy
- <Package>
-
- <Extensions>
-
- <Extension>
- <GameExplorer>
Syntax
<GameExplorer GameDefinitionContainer = A string between 1 and 256 characters in length that cannot contain these characters: <, >, :, %, ", |, ?, or *. />
Attributes and Elements
Attributes
Attribute | Description | Data type | Required | Default value |
---|---|---|---|---|
GameDefinitionContainer | The path to the file that contains the game definition. |
A string between 1 and 256 characters in length that cannot contain these characters: <, >, :, %, ", |, ?, or *. | Yes |
Child Elements
None.
Parent Elements
Parent Element | Description |
---|---|
Extension (in type: CT_PackageExtensions) | Declares an extensibility point for the package. |
Remarks
Note The GameExplorer extension is deprecated in Windows 8.1. To view the package manifest schema for Windows 8.1, see Package manifest schema with Windows 8.1 minor extensions reference and Package manifest schema with Windows 8.1 feature extensions reference.
Examples
<Extension Category="windows.gameExplorer">
<GameExplorer GameDefinitionContainer="GDFExampleBinary.dll"/>
</Extension>
See also
Concepts App contracts and extensions
Requirements
Value | |
---|---|
Namespace | http://schemas.microsoft.com/appx/2010/manifest |