StartAddressCollection.Item 属性
索引器可以按索引返回地址
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public ReadOnly Default Property Item ( _
index As Integer _
) As Uri
Get
用法
Dim instance As StartAddressCollection
Dim index As Integer
Dim value As Uri
value = instance(index)
public Uri this[
int index
] { get; }
参数
- index
类型:System.Int32
属性值
类型:System.Uri