QueryProperties 类

表示搜索查询的属性。

继承层次结构

System.Object
  Microsoft.Office.Server.Search.Query.QueryProperties
    Microsoft.Office.Server.Search.Query.KeywordQueryProperties

命名空间:  Microsoft.Office.Server.Search.Query
程序集:  Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)

语法

声明
<DataContractAttribute(Namespace := "https://www.microsoft.com/sharepoint/search/KnownTypes/2008/08")> _
<KnownTypeAttribute("GetQueryPropertiesKnownTypes")> _
Public MustInherit Class QueryProperties _
    Implements IPropertyCollection, IReadOnlyPropertyCollection, IEnumerable, ICloneable
用法
Dim instance As QueryProperties
[DataContractAttribute(Namespace = "https://www.microsoft.com/sharepoint/search/KnownTypes/2008/08")]
[KnownTypeAttribute("GetQueryPropertiesKnownTypes")]
public abstract class QueryProperties : IPropertyCollection, 
    IReadOnlyPropertyCollection, IEnumerable, ICloneable

线程安全性

该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。

另请参阅

引用

QueryProperties 成员

Microsoft.Office.Server.Search.Query 命名空间