KeywordQuery 类
包含基于的关键字搜索查询的信息。表示使用SharePoint Server 2013关键字语法的搜索查询。关键字查询语言 (KQL) 或快速查询语言 (FQL) 中可能包含下面的语法。有关构建关键字查询的信息,请参阅在 SharePoint 2013 中生成搜索查询。
继承层次结构
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.Search.Query.Query
Microsoft.SharePoint.Client.Search.Query.KeywordQuery
命名空间: Microsoft.SharePoint.Client.Search.Query
程序集: Microsoft.SharePoint.Client.Search(位于 Microsoft.SharePoint.Client.Search.dll 中)
语法
声明
Public NotInheritable Class KeywordQuery _
Inherits Query
用法
Dim instance As KeywordQuery
public sealed class KeywordQuery : Query
线程安全性
该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。