GameListCategory Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides context on if a GameListEntry has been confirmed to be a game by either the user or the system.
public enum class GameListCategory
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Gaming.Preview.GamesEnumerationContract, 65536)]
enum class GameListCategory
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Gaming.Preview.GamesEnumerationContract), 65536)]
public enum GameListCategory
var value = Windows.Gaming.Preview.GamesEnumeration.GameListCategory.candidate
Public Enum GameListCategory
- Inheritance
-
GameListCategory
- Attributes
Windows requirements
Device family |
Windows Desktop Extension SDK (introduced in 10.0.10240.0)
Windows Mobile Extension SDK (introduced in 10.0.10240.0) |
API contract |
Windows.Gaming.Preview.GamesEnumerationContract (introduced in v1.0)
|
App capabilities |
gameList
|
Fields
Name | Value | Description |
---|---|---|
Candidate | 0 | The Candidate constant. |
ConfirmedBySystem | 1 | The ConfirmedBySystem constant. |
ConfirmedByUser | 2 | The ConfirmedByUser constant. |
Remarks
This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.