共用方式為


GameService.GetInstalledGameItemsAsync 方法

定義

擷取目前安裝的遊戲專案。

public:
 static IAsyncOperation<GameServicePropertyCollection ^> ^ GetInstalledGameItemsAsync();
 static IAsyncOperation<GameServicePropertyCollection> GetInstalledGameItemsAsync();
public static IAsyncOperation<GameServicePropertyCollection> GetInstalledGameItemsAsync();
function getInstalledGameItemsAsync()
Public Shared Function GetInstalledGameItemsAsync () As IAsyncOperation(Of GameServicePropertyCollection)

傳回

當這個方法完成時,它會傳回代表已安裝專案清單的 GameServicePropertyCollection

備註

Windows.Phone.System.UserProfile.GameServices.Core 命名空間的所有成員只能由 XBox Live SDK使用。 除非具有ID_CAP_GAMERSERVICES功能的應用程式,否則無法呼叫這些 API。

適用於