GameService.GetInstalledGameItemsAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索当前安装的游戏项。
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。