SPList.GetRelatedFields - Méthode (SPRelationshipDeleteBehavior)

Gets a collection of objects with information about a lookup field in another list that points to a field in this list, depending upon the specified deletion constraint.

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

Syntaxe

'Déclaration
Public Function GetRelatedFields ( _
    deleteBehavior As SPRelationshipDeleteBehavior _
) As SPRelatedFieldCollection
'Utilisation
Dim instance As SPList
Dim deleteBehavior As SPRelationshipDeleteBehavior
Dim returnValue As SPRelatedFieldCollection

returnValue = instance.GetRelatedFields(deleteBehavior)
public SPRelatedFieldCollection GetRelatedFields(
    SPRelationshipDeleteBehavior deleteBehavior
)

Paramètres

Valeur renvoyée

Type : Microsoft.SharePoint.SPRelatedFieldCollection
A collection of information about a lookup field on a child list that gets information from a parent list.

Remarques

You can use the GetRelatedFields method to discover which fields in the current list are targets of lookup fields in other lists, including lists in other websites. Use this overload to narrow the query to lookup fields that place a specific constraint on deletion of items in the current list.

Voir aussi

Référence

SPList classe

SPList - Membres

GetRelatedFields - Surcharge

Microsoft.SharePoint - Espace de noms

SPRelatedField

SPFieldLookup

SPRelationshipDeleteBehavior