IStorageQueryResultBase.FindStartIndexAsync(Object) 메서드

정의

지정된 속성 값과 가장 일치하는 쿼리 결과에서 파일의 인덱스를 검색합니다. 일치하는 속성은 QueryOptions.SortOrder 목록의 첫 번째 SortEntry에 의해 결정됩니다.

public:
 IAsyncOperation<unsigned int> ^ FindStartIndexAsync(Platform::Object ^ value);
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<uint32_t> FindStartIndexAsync(IInspectable const& value);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<uint> FindStartIndexAsync(object value);
function findStartIndexAsync(value)
Public Function FindStartIndexAsync (value As Object) As IAsyncOperation(Of UInteger)

매개 변수

value
Object

Platform::Object

IInspectable

쿼리 결과를 검색할 때 일치시킬 속성 값입니다.

반환

IAsyncOperation<UInt32>

Windows.Foundation.IAsyncOperation

IAsyncOperation<uint32_t>

이 메서드가 성공적으로 완료되면 쿼리 결과에서 일치하는 항목의 인덱스를 반환합니다.

특성

설명

이 인덱스를 의미 체계 확대/축소와 함께 사용하여 사용자가 의미 체계 확대/축소 컨트롤을 선택한 후 페이지를 확대할 위치를 결정할 수 있습니다.

적용 대상