共用方式為


GameList.UnmergeEntryAsync(GameListEntry) 方法

定義

如果先前已合併,請取消合併 GameListEntryGameListEntry 可能會在新的列舉呼叫中重新合併。

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

參數

mergedEntry
GameListEntry

傳回

屬性

Windows 需求

裝置系列
Windows Desktop Extension SDK (已於 10.0.16299.0 引進)
Windows Mobile Extension SDK (已於 10.0.16299.0 引進)
API contract
Windows.Gaming.Preview.GamesEnumerationContract (已於 v2.0 引進)
應用程式功能
gameList

備註

此 API 不適用於所有應用程式。 除非您的開發人員帳戶是由 Microsoft 特別布建,否則呼叫這些 API 會在運行時間失敗。

適用於