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 |
相關聯 IGameListEntry 的目前 GameListCategory 值 |
DisplayInfo |
提供相關聯 IGameListEntry 的應用程式名稱、描述和標誌 |
Properties |
取得 與 IGameListEntry 物件相關的所有屬性集合。 |
方法
LaunchAsync() |
啟動與 IGameListEntry 相關聯的遊戲 |
SetCategoryAsync(GameListCategory) |
設定相關聯 IGameListEntry 的 GameListCategory 值 |