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