共用方式為


IStorageQueryResultBase 介面

定義

提供存取和管理查詢結果的方法。

public interface class IStorageQueryResultBase
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3264730893, 29523, 18347, 186, 88, 140, 97, 66, 93, 197, 75)]
struct IStorageQueryResultBase
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3264730893, 29523, 18347, 186, 88, 140, 97, 66, 93, 197, 75)]
public interface IStorageQueryResultBase
Public Interface IStorageQueryResultBase
衍生
屬性

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

屬性

Folder

取得原本用來建立 StorageFileQueryResultStorageFolderQueryResultStorageItemQueryResult 物件的資料夾。 此資料夾代表查詢的範圍。

方法

ApplyNewQueryOptions(QueryOptions)

將新的查詢選項套用至StorageFileQueryResultStorageFolderQueryResult 或 StorageItemQueryResult物件所擷取的結果。

FindStartIndexAsync(Object)

從最符合指定屬性值的查詢結果擷取檔案的索引。 相符的屬性是由QueryOptions.SortOrder清單的第一個SortEntry所決定。

GetCurrentQueryOptions()

擷取用來建立 StorageFileQueryResultStorageFolderQueryResultStorageItemQueryResult 物件的查詢選項。

GetItemCountAsync()

擷取符合建立 StorageFileQueryResultStorageFolderQueryResultStorageItemQueryResult 物件的查詢的專案數目。

事件

ContentsChanged

在查詢資料夾中新增、刪除或修改專案時引發。

OptionsChanged

StorageFileQueryResultStorageFolderQueryResultStorageItemQueryResult 物件變更查詢選項時引發。

適用於