SortCollection.Add 方法

向集合中添加一个新的Sort结构。

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

语法

声明
Public Sub Add ( _
    strProperty As String, _
    direction As SortDirection _
)
用法
Dim instance As SortCollection
Dim strProperty As String
Dim direction As SortDirection

instance.Add(strProperty, direction)
public void Add(
    string strProperty,
    SortDirection direction
)

参数

  • strProperty
    类型:System.String

    一个字符串,它指定要排序的结果的属性的名称。

另请参阅

引用

SortCollection 类

SortCollection 成员

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