GameListCategory 枚举

定义

提供有关用户或系统是否确认 GameListEntry 为游戏的上下文。

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
继承
GameListCategory
属性

Windows 要求

设备系列
Windows Desktop Extension SDK (在 10.0.10240.0 中引入)
Windows Mobile Extension SDK (在 10.0.10240.0 中引入)
API contract
Windows.Gaming.Preview.GamesEnumerationContract (在 v1.0 中引入)
应用功能
gameList

字段

Candidate 0

候选常量。

ConfirmedBySystem 1

ConfirmedBySystem 常量。

ConfirmedByUser 2

ConfirmedByUser 常量。

注解

此 API 并非适用于所有应用。 除非你的开发人员帐户由 Microsoft 专门预配,否则对这些 API 的调用将在运行时失败。

适用于