SPList.Fields - Propriété
Gets the collection of field objects that represents all the fields in the list.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Fields As SPFieldCollection
Get
'Utilisation
Dim instance As SPList
Dim value As SPFieldCollection
value = instance.Fields
public SPFieldCollection Fields { get; }
Valeur de propriété
Type : Microsoft.SharePoint.SPFieldCollection
An SPFieldCollection object that represents the fields.