SortCollection.Item 属性

从集合中获取指定的Sort结构。

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

语法

声明
Public ReadOnly Default Property Item ( _
    index As Integer _
) As Sort
    Get
用法
Dim instance As SortCollection
Dim index As Integer
Dim value As Sort

value = instance(index)
public Sort this[
    int index
] { get; }

参数

  • index
    类型:System.Int32

    32 位整数,它指定的索引位置的指定的Sort结构。

属性值

类型:Microsoft.Office.Server.Search.Query.Sort

另请参阅

引用

SortCollection 类

SortCollection 成员

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