Freigeben über


SPRelatedFieldCollection.Item-Eigenschaft

Ruft das SPRelatedField -Objekt am angegebenen Index in der Auflistung.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    iIndex As Integer _
) As SPRelatedField
    Get
'Usage
Dim instance As SPRelatedFieldCollection
Dim iIndex As Integer
Dim value As SPRelatedField

value = instance(iIndex)
public SPRelatedField this[
    int iIndex
] { get; }

Parameter

  • iIndex
    Typ: System.Int32

    Der Index des Objekts innerhalb der Auflistung.

Eigenschaftswert

Typ: Microsoft.SharePoint.SPRelatedField
SPRelatedField

Siehe auch

Referenz

SPRelatedFieldCollection Klasse

SPRelatedFieldCollection-Member

Microsoft.SharePoint-Namespace