GameList.UnmergeEntryAsync(GameListEntry) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Rimuovere un gameListEntry se in precedenza combinato. Il gamelistEntry potrebbe essere remercato nella nuova chiamata di enumerazione.
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))
Parametri
- mergedEntry
- GameListEntry
Restituisce
- Attributi
Requisiti Windows
Famiglia di dispositivi |
Windows Desktop Extension SDK (è stato introdotto in 10.0.16299.0)
Windows Mobile Extension SDK (è stato introdotto in 10.0.16299.0) |
API contract |
Windows.Gaming.Preview.GamesEnumerationContract (è stato introdotto in v2.0)
|
Funzionalità dell'app |
gameList
|
Commenti
Questa API non è disponibile per tutte le app. A meno che il provisioning dell'account per sviluppatore non venga effettuato appositamente da Microsoft, le chiamate a queste API avranno esito negativo in fase di esecuzione.