SPRelatedFieldCollection.Item 属性

获取集合中指定索引处的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; }

参数

属性值

类型:Microsoft.SharePoint.SPRelatedField
SPRelatedField

另请参阅

引用

SPRelatedFieldCollection 类

SPRelatedFieldCollection 成员

Microsoft.SharePoint 命名空间