StorageFileQueryResult.GetItemCountAsync 메서드

정의

쿼리 결과 집합의 파일 수를 검색합니다.

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<unsigned int>

IAsyncOperation<uint32_t>

이 메서드가 성공적으로 완료되면 쿼리와 일치하는 위치의 파일 수를 반환합니다.

구현

특성

적용 대상

추가 정보