Поделиться через


Метод 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

    Строка, указывающая имя свойства для сортировки theresults путем.

См. также

Справочные материалы

SortCollection класс

Элементы SortCollection

Пространство имен Microsoft.Office.Server.Search.Query