GameList.UnmergeEntryAsync(GameListEntry) Method

Definition

Unmerge a GameListEntry if previously combined. The GameListEntry’s may be remerged in the new enumeration call.

public:
 static IAsyncOperation<IVectorView<GameListEntry ^> ^> ^ UnmergeEntryAsync(GameListEntry ^ mergedEntry);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<IVectorView<GameListEntry>> UnmergeEntryAsync(GameListEntry const& mergedEntry);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<IReadOnlyList<GameListEntry>> UnmergeEntryAsync(GameListEntry mergedEntry);
function unmergeEntryAsync(mergedEntry)
Public Shared Function UnmergeEntryAsync (mergedEntry As GameListEntry) As IAsyncOperation(Of IReadOnlyList(Of GameListEntry))

Parameters

mergedEntry
GameListEntry

Returns

Attributes

Windows requirements

Device family
Windows Desktop Extension SDK (introduced in 10.0.16299.0)
Windows Mobile Extension SDK (introduced in 10.0.16299.0)
API contract
Windows.Gaming.Preview.GamesEnumerationContract (introduced in v2.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.

Applies to