Share via


IGameListEntry Interface

Définition

Fournit les informations d’affichage d’un jeu, telles que son nom d’affichage, sa description, sa catégorie et une méthode pour lancer le jeu.

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
Dérivé
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows Desktop Extension SDK (introduit dans 10.0.10240.0)
Windows Mobile Extension SDK (introduit dans 10.0.10240.0)
API contract
Windows.Gaming.Preview.GamesEnumerationContract (introduit dans v1.0)
Fonctionnalités de l’application
gameList

Remarques

Cette API n’est pas disponible pour toutes les applications. À moins que votre compte de développeur ne soit spécialement approvisionné par Microsoft, les appels à ces API échouent au moment de l’exécution.

Propriétés

Category

Valeur GameListCategory actuelle pour l’IGameListEntry associé

DisplayInfo

Fournit le nom, la description et le logo de l’application pour l’IGameListEntry associé

Properties

Obtient une collection de toutes les propriétés qui se rapportent à l’objet IGameListEntry .

Méthodes

LaunchAsync()

Lancer le jeu associé à IGameListEntry

SetCategoryAsync(GameListCategory)

Définit la valeur GameListCategory pour l’IGameListEntry associé

S’applique à