Partager via


SPFieldLinkCollection.Item - Propriété (Int32)

Obtient l'objet spécifié SPFieldLink à partir de la collection à l'aide de son numéro d'index.

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

Syntaxe

'Déclaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As SPFieldLink
    Get
'Utilisation
Dim instance As SPFieldLinkCollection
Dim index As Integer
Dim value As SPFieldLink

value = instance(index)
public SPFieldLink this[
    int index
] { get; }

Paramètres

  • index
    Type : System.Int32

    Index de la référence de champ dans la collection.

Valeur de propriété

Type : Microsoft.SharePoint.SPFieldLink
Un objet SPFieldLink .

Remarques

Si l'objet spécifié est introuvable, l'indexeur retourne une référence Null (Rien dans Visual Basic).

Voir aussi

Référence

SPFieldLinkCollection classe

SPFieldLinkCollection - Membres

Item - Surcharge

Microsoft.SharePoint - Espace de noms

SPFieldLink

SPContentType

Autres ressources

Fields and Field References

Introduction to Columns