GameList GameList GameList GameList Class

Definition

Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Prerelease APIs are identified by a Prerelease label.

[Contains prerelease APIs.]
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 : static class GameListpublic static class GameListPublic Static Class GameList// You can use this class 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)

Methods

FindAllAsync() FindAllAsync() FindAllAsync() FindAllAsync()

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 : static IAsyncOperation<IVectorView<GameListEntry>> FindAllAsync()public static IAsyncOperation<IReadOnlyList<GameListEntry>> FindAllAsync()Public Static Function FindAllAsync() As IAsyncOperation( Of IReadOnlyListGameListEntry )// You can use this method in JavaScript.
Returns
IAsyncOperation<IVectorView<GameListEntry>> IAsyncOperation<IReadOnlyList<GameListEntry>> IAsyncOperation<IReadOnlyList<GameListEntry>> IAsyncOperation<IReadOnlyList<GameListEntry>>
See Also

FindAllAsync(String) FindAllAsync(String) FindAllAsync(String) FindAllAsync(String)

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 : static IAsyncOperation<IVectorView<GameListEntry>> FindAllAsync(PlatForm::String packageFamilyName)public static IAsyncOperation<IReadOnlyList<GameListEntry>> FindAllAsync(String packageFamilyName)Public Static Function FindAllAsync(packageFamilyName As String) As IAsyncOperation( Of IReadOnlyListGameListEntry )// You can use this method in JavaScript.
Parameters
packageFamilyName
PlatForm::String String String String
Returns
IAsyncOperation<IVectorView<GameListEntry>> IAsyncOperation<IReadOnlyList<GameListEntry>> IAsyncOperation<IReadOnlyList<GameListEntry>> IAsyncOperation<IReadOnlyList<GameListEntry>>
See Also

MergeEntriesAsync(GameListEntry, GameListEntry) MergeEntriesAsync(GameListEntry, GameListEntry) MergeEntriesAsync(GameListEntry, GameListEntry) MergeEntriesAsync(GameListEntry, GameListEntry)

Prerelease. 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 : static IAsyncOperation<GameListEntry> MergeEntriesAsync(GameListEntry left, GameListEntry right)public static IAsyncOperation<GameListEntry> MergeEntriesAsync(GameListEntry left, GameListEntry right)Public Static Function MergeEntriesAsync(left As GameListEntry, right As GameListEntry) As IAsyncOperation( Of GameListEntry )// You can use this method in JavaScript.
Parameters
Returns
Additional features and requirements
Device family
Windows Desktop Extension SDK (introduced v10.0.16257.0) Windows Mobile Extension SDK (introduced v10.0.16257.0)
API contract
Windows.Gaming.Preview.GamesEnumerationContract (introduced v2)

UnmergeEntryAsync(GameListEntry) UnmergeEntryAsync(GameListEntry) UnmergeEntryAsync(GameListEntry) UnmergeEntryAsync(GameListEntry)

Prerelease. 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 : static IAsyncOperation<IVectorView<GameListEntry>> UnmergeEntryAsync(GameListEntry mergedEntry)public static IAsyncOperation<IReadOnlyList<GameListEntry>> UnmergeEntryAsync(GameListEntry mergedEntry)Public Static Function UnmergeEntryAsync(mergedEntry As GameListEntry) As IAsyncOperation( Of IReadOnlyListGameListEntry )// You can use this method in JavaScript.
Parameters
Returns
IAsyncOperation<IVectorView<GameListEntry>> IAsyncOperation<IReadOnlyList<GameListEntry>> IAsyncOperation<IReadOnlyList<GameListEntry>> IAsyncOperation<IReadOnlyList<GameListEntry>>
Additional features and requirements
Device family
Windows Desktop Extension SDK (introduced v10.0.16257.0) Windows Mobile Extension SDK (introduced v10.0.16257.0)
API contract
Windows.Gaming.Preview.GamesEnumerationContract (introduced v2)

Events

GameAdded GameAdded GameAdded GameAdded

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 : static event GameListChangedEventHandler GameAddedpublic static event GameListChangedEventHandler GameAddedPublic Static Event GameAdded// You can use this event in JavaScript.

GameRemoved GameRemoved GameRemoved GameRemoved

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 : static event GameListRemovedEventHandler GameRemovedpublic static event GameListRemovedEventHandler GameRemovedPublic Static Event GameRemoved// You can use this event in JavaScript.

GameUpdated GameUpdated GameUpdated GameUpdated

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 : static event GameListChangedEventHandler GameUpdatedpublic static event GameListChangedEventHandler GameUpdatedPublic Static Event GameUpdated// You can use this event in JavaScript.