AuthorityPageCollection.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 AuthorityPage
    Get
用法
Dim instance As AuthorityPageCollection
Dim index As Integer
Dim value As AuthorityPage

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

参数

  • index
    类型:System.Int32

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

属性值

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

另请参阅

引用

AuthorityPageCollection 类

AuthorityPageCollection 成员

Item 重载

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