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

Candidate 定数。

ConfirmedBySystem 1

ConfirmedBySystem 定数。

ConfirmedByUser 2

ConfirmedByUser 定数。

注釈

この API は、すべてのアプリで使用できるわけではありません。 開発者アカウントが Microsoft によって特別にプロビジョニングされていない限り、これらの API の呼び出しは実行時に失敗します。

適用対象