SortCollection 类

表示集合的Sort结构。

继承层次结构

System.Object
  Microsoft.Office.Server.Search.Query.SortCollection

命名空间:  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")> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public NotInheritable Class SortCollection _
    Implements IEnumerable, ICloneable
用法
Dim instance As SortCollection
[DataContractAttribute(Namespace = "https://www.microsoft.com/sharepoint/search/KnownTypes/2008/08")]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public sealed class SortCollection : IEnumerable, 
    ICloneable

线程安全性

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

另请参阅

引用

SortCollection 成员

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