다음을 통해 공유


GameSaveContainerInfoQuery.GetItemCountAsync 메서드

정의

GameSaveContainerInfoQuery 개체를 만든 쿼리와 일치하는 컨테이너 수를 검색합니다.

public:
 virtual IAsyncOperation<unsigned int> ^ GetItemCountAsync() = GetItemCountAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<uint32_t> GetItemCountAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<uint> GetItemCountAsync();
function getItemCountAsync()
Public Function GetItemCountAsync () As IAsyncOperation(Of UInteger)

반환

IAsyncOperation<UInt32>

Windows.Foundation.IAsyncOperation

IAsyncOperation<uint32_t>

형식: IAsyncOperation<; UInt32>;

GameSaveContainerInfoQuery 개체를 만든 쿼리와 일치하는 컨테이너 수입니다.

특성

설명

비동기 작업이 완료되면 반환된 IAsyncOperation 개체의 작업 결과에 이 쿼리와 일치하는 Blob 수가 포함됩니다.

적용 대상

추가 정보