Partager via


GameList.UnmergeEntryAsync(GameListEntry) Méthode

Définition

Annuler la fusion d’un GameListEntry s’il est précédemment combiné. Les GameListEntry peuvent être fusionnés dans le nouvel appel d’énumération.

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))

Paramètres

mergedEntry
GameListEntry

Retours

Attributs

Configuration requise pour Windows

Famille d’appareils
Windows Desktop Extension SDK (introduit dans 10.0.16299.0)
Windows Mobile Extension SDK (introduit dans 10.0.16299.0)
API contract
Windows.Gaming.Preview.GamesEnumerationContract (introduit dans v2.0)
Fonctionnalités de l’application
gameList

Remarques

Cette API n’est pas disponible pour toutes les applications. Sauf si votre compte de développeur est spécialement approvisionné par Microsoft, les appels à ces API échouent au moment de l’exécution.

S’applique à