RankParamCollection.Item 属性 (Int32)

获取集合中指定索引处的分级参数。

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

语法

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

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

参数

  • index
    类型:System.Int32

    32 位整数,它指定索引中的位置。

属性值

类型:Microsoft.Office.Server.Search.Administration.RankingParameter
一个RankingParameter对象。

另请参阅

引用

RankParamCollection 类

RankParamCollection 成员

Item 重载

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