IStorageQueryResultBase.FindStartIndexAsync(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從最符合指定屬性值的查詢結果擷取檔案的索引。 相符的屬性是由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
搜尋查詢結果時要符合的屬性值。
傳回
當這個方法成功完成時,它會傳回查詢結果中相符專案的索引。
- 屬性
備註
您可以將此索引與 Semantic Zoom 搭配使用,以決定使用者選取語意縮放控制項之後,應該放大頁面的位置。