次の方法で共有


GameList.UnmergeEntryAsync(GameListEntry) メソッド

定義

以前に結合した場合は、 GameListEntry の結合を解除します。 GameListEntry の は、新しい列挙呼び出しで再び表示される可能性があります。

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 の呼び出しは実行時に失敗します。

適用対象