ResultTableCollection.Item 属性 (Microsoft.Office.Server.Search.Query)

Gets a ResultTable object from the collection, based on the result type.

命名空间: Microsoft.Office.Server.Search.Query
程序集: Microsoft.Office.Server.Search (在 microsoft.office.server.search.dll 中)

语法

声明
Public ReadOnly Default Property Item ( _
    requestedType As ResultType _
) As ResultTable
用法
Dim instance As ResultTableCollection
Dim requestedType As ResultType
Dim value As ResultTable

value = instance(requestedType)
public ResultTable this [
    ResultType requestedType
] { get; }

参数

  • requestedType
    A value from the ResultType enumeration.

属性值

A ResultTable object.

另请参阅

参考

ResultTableCollection 类
ResultTableCollection 成员
Microsoft.Office.Server.Search.Query 命名空间