IGameListEntry 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供游戏的显示信息,例如游戏的显示名称、说明、类别和用于启动游戏的方法。
public interface class IGameListEntry
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Gaming.Preview.GamesEnumerationContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1935221971, 33055, 17556, 182, 156, 198, 65, 160, 198, 21, 67)]
struct IGameListEntry
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Gaming.Preview.GamesEnumerationContract), 65536)]
[Windows.Foundation.Metadata.Guid(1935221971, 33055, 17556, 182, 156, 198, 65, 160, 198, 21, 67)]
public interface IGameListEntry
Public Interface IGameListEntry
- 派生
- 属性
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
|
注解
此 API 并非适用于所有应用。 除非你的开发人员帐户由 Microsoft 专门预配,否则对这些 API 的调用将在运行时失败。
属性
Category | |
DisplayInfo |
为关联的 IGameListEntry 提供应用程序的名称、说明和徽标 |
Properties |
获取与 IGameListEntry 对象相关的所有属性的集合。 |
方法
LaunchAsync() |
启动与 IGameListEntry 关联的游戏 |
SetCategoryAsync(GameListCategory) |
为关联的 IGameListEntry 设置 GameListCategory 值 |