SortCollection.Item 属性 (Microsoft.Office.Server.Search.Query)
Gets the specified sort structure from the collection.
命名空间: Microsoft.Office.Server.Search.Query
程序集: Microsoft.Office.Server.Search (在 microsoft.office.server.search.dll 中)
语法
声明
Public ReadOnly Default Property Item ( _
index As Integer _
) As Sort
用法
Dim instance As SortCollection
Dim index As Integer
Dim value As Sort
value = instance(index)
public Sort this [
int index
] { get; }
参数
- index
另请参阅
参考
SortCollection 类
SortCollection 成员
Microsoft.Office.Server.Search.Query 命名空间