GameService.GetInstalledGameItemsAsync Method

Definition

Retrieves the currently installed game items.

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

Returns

When this method completes, it returns a GameServicePropertyCollection representing the list of installed items.

Remarks

All members of the Windows.Phone.System.UserProfile.GameServices.Core namespace can only be used by the XBox Live SDK. These APIs cannot be called except by applications that have the ID_CAP_GAMERSERVICES capability.

Applies to