Partager via


SPRelatedFieldCollection.Item - Propriété

Obtient l'objet SPRelatedField à l'index spécifié dans la collection.

Espace de noms :  Microsoft.SharePoint
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public ReadOnly Default Property Item ( _
    iIndex As Integer _
) As SPRelatedField
    Get
'Utilisation
Dim instance As SPRelatedFieldCollection
Dim iIndex As Integer
Dim value As SPRelatedField

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

Paramètres

  • iIndex
    Type : System.Int32

    L'index de l'objet dans la collection.

Valeur de propriété

Type : Microsoft.SharePoint.SPRelatedField
SPRelatedField

Voir aussi

Référence

SPRelatedFieldCollection classe

SPRelatedFieldCollection - Membres

Microsoft.SharePoint - Espace de noms