ContentIndexerQuery 类

定义

表示对 ContentIndexer 中的内容属性的查询。

public ref class ContentIndexerQuery sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ContentIndexerQuery final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ContentIndexerQuery
Public NotInheritable Class ContentIndexerQuery
继承
Object Platform::Object IInspectable ContentIndexerQuery
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

属性

QueryFolder

获取 ContentIndexer 查询中应用提供的项的 StorageFolder 表示形式。

方法

GetAsync()

对应用的索引内容属性运行查询。

GetAsync(UInt32, UInt32)

对应用的索引内容属性运行查询,并从结果集合中的指定开始索引返回指定数量的项。

GetCountAsync()

获取搜索结果中的项数。

GetPropertiesAsync()

检索应用的属性集集合,其中属性集是键值对。

GetPropertiesAsync(UInt32, UInt32)

对应用的索引内容属性运行查询,并从结果集合中的指定开始索引返回指定数目的属性。

适用于

另请参阅