IGameListEntry Interface

Definition

Provides a game's display info such as its display name, description, category and a method to launch the game.

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
Derived
Attributes

Windows requirements

Device family
Windows Desktop Extension SDK (introduced in 10.0.10240.0)
Windows Mobile Extension SDK (introduced in 10.0.10240.0)
API contract
Windows.Gaming.Preview.GamesEnumerationContract (introduced in v1.0)
App capabilities
gameList

Remarks

This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.

Properties

Category

The current GameListCategory value for the associated IGameListEntry

DisplayInfo

Provides the application’s name, description, and logo for the associated IGameListEntry

Properties

Gets a collection of all properties that pertain to the IGameListEntry object.

Methods

LaunchAsync()

Launch the game associated with the IGameListEntry

SetCategoryAsync(GameListCategory)

Sets the GameListCategory value for the associated IGameListEntry

Applies to