获取集合中指定索引处的SPRelatedField对象。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Default Property Item ( _
iIndex As Integer _
) As SPRelatedField
Get
用法
Dim instance As SPRelatedFieldCollection
Dim iIndex As Integer
Dim value As SPRelatedField
value = instance(iIndex)
public SPRelatedField this[
int iIndex
] { get; }
参数
iIndex
类型:System.Int32集合中对象的索引。
属性值
类型:Microsoft.SharePoint.SPRelatedField
SPRelatedField