IGameListEntry インターフェイス

定義

ゲームの表示名、説明、カテゴリ、ゲームを起動するメソッドなどのゲームの表示情報を提供します。

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 値を設定します

適用対象