SPAlternateUrlCollection.Item 属性 (Int32)
获取集合中指定索引处的备用请求 URL 的对象。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Default Property Item ( _
index As Integer _
) As SPAlternateUrl
Get
用法
Dim instance As SPAlternateUrlCollection
Dim index As Integer
Dim value As SPAlternateUrl
value = instance(index)
public SPAlternateUrl this[
int index
] { get; }
参数
index
类型:System.Int32一个 32 整数,它指定的索引。
属性值
类型:Microsoft.SharePoint.Administration.SPAlternateUrl
SPAlternateUrl 对象,该对象表示的 URL。