ResultTable.Item 属性 (Int32)
从该集合中,根据指定的索引获取搜索结果。
命名空间: Microsoft.Office.Server.Search.Query
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public ReadOnly Default Property Item ( _
i As Integer _
) As Object
Get
用法
Dim instance As ResultTable
Dim i As Integer
Dim value As Object
value = instance(i)
public Object this[
int i
] { get; }
参数
i
类型:System.Int32行的索引。
属性值
类型:System.Object
包含搜索结果的行。