IGameListEntry IGameListEntry IGameListEntry IGameListEntry Interface

Definition

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.

public : interface IGameListEntrypublic interface IGameListEntryPublic Interface IGameListEntry// You can use this interface in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows Desktop Extension SDK (introduced v10.0.10240.0) Windows Mobile Extension SDK (introduced v10.0.10240.0)
API contract
Windows.Gaming.Preview.GamesEnumerationContract (introduced v1)

Properties

Category Category Category Category

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.

public : GameListCategory Category { get; }public GameListCategory Category { get; }Public ReadOnly Property Category As GameListCategory// You can use this property in JavaScript.

DisplayInfo DisplayInfo DisplayInfo DisplayInfo

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.

public : AppDisplayInfo DisplayInfo { get; }public AppDisplayInfo DisplayInfo { get; }Public ReadOnly Property DisplayInfo As AppDisplayInfo// You can use this property in JavaScript.

Properties Properties Properties Properties

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.

public : IMapView<string, object> Properties { get; }public IReadOnlyDictionary<string, object> Properties { get; }Public ReadOnly Property Properties As IReadOnlyDictionary<string, object>// You can use this property in JavaScript.
Value
IMapView<PlatForm::String, PlatForm::Object> IReadOnlyDictionary<string, object> IReadOnlyDictionary<string, object> IReadOnlyDictionary<string, object>

Methods

LaunchAsync() LaunchAsync() LaunchAsync() LaunchAsync()

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.

public : IAsyncOperation<PlatForm::Boolean> LaunchAsync()public IAsyncOperation<bool> LaunchAsync()Public Function LaunchAsync() As IAsyncOperation( Of bool )// You can use this method in JavaScript.
Returns

SetCategoryAsync(GameListCategory) SetCategoryAsync(GameListCategory) SetCategoryAsync(GameListCategory) SetCategoryAsync(GameListCategory)

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.

public : IAsyncAction SetCategoryAsync(GameListCategory value)public IAsyncAction SetCategoryAsync(GameListCategory value)Public Function SetCategoryAsync(value As GameListCategory) As IAsyncAction// You can use this method in JavaScript.
Parameters
Returns