GameList.MergeEntriesAsync(GameListEntry, GameListEntry) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Explicity merge two GameListEntries to remove duplicates from the GameList.
public:
static IAsyncOperation<GameListEntry ^> ^ MergeEntriesAsync(GameListEntry ^ left, GameListEntry ^ right);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<GameListEntry> MergeEntriesAsync(GameListEntry const& left, GameListEntry const& right);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<GameListEntry> MergeEntriesAsync(GameListEntry left, GameListEntry right);
function mergeEntriesAsync(left, right)
Public Shared Function MergeEntriesAsync (left As GameListEntry, right As GameListEntry) As IAsyncOperation(Of GameListEntry)
Parameters
- left
- GameListEntry
- right
- 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.