다음을 통해 공유


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를 호출할 수 없습니다.

적용 대상