SPWeb.Fields - Propriété
Obtient la collection d'objets field qui représente tous les champs dans le site Web.
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 SPWeb
Dim value As SPFieldCollection
value = instance.Fields
public SPFieldCollection Fields { get; }
Valeur de propriété
Type : Microsoft.SharePoint.SPFieldCollection
Objet SPFieldCollection qui représente les champs.