GameList.UnmergeEntryAsync(GameListEntry) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.