共用方式為


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>

當這個方法成功完成時,它會傳回查詢結果中相符專案的索引。

屬性

備註

您可以將此索引與 Semantic Zoom 搭配使用,以決定使用者選取語意縮放控制項之後,應該放大頁面的位置。

適用於