OrderedCollectionBase<T> 类

继承层次结构

System.Object
  Microsoft.Office.Server.Search.Query.Rules.OrderedCollectionBase<T>
    Microsoft.Office.Server.Search.Query.Rules.BestBetIdCollection
    Microsoft.Office.Server.Search.Query.Rules.ContextConditionCollection
    Microsoft.Office.Server.Search.Query.Rules.QueryActionCollection<T>
    Microsoft.Office.Server.Search.Query.Rules.QueryConditionCollection
    Microsoft.Office.Server.Search.Query.Rules.QueryPropertyExpressionCollection
    Microsoft.Office.Server.Search.Query.Rules.QueryRuleGroupMembersCollection

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

语法

声明
<DataContractAttribute(Namespace := "https://www.microsoft.com/sharepoint/search/KnownTypes/2008/08")> _
Public MustInherit Class OrderedCollectionBase(Of T) _
    Implements IEnumerable
用法
Dim instance As OrderedCollectionBase(Of T)
[DataContractAttribute(Namespace = "https://www.microsoft.com/sharepoint/search/KnownTypes/2008/08")]
public abstract class OrderedCollectionBase<T> : IEnumerable

类型参数

  • T

线程安全性

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

另请参阅

引用

OrderedCollectionBase<T> 成员

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