SPFieldCollection.Count - Propriété
Obtient le nombre de champs dans la collection.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Overrides ReadOnly Property Count As Integer
Get
'Utilisation
Dim instance As SPFieldCollection
Dim value As Integer
value = instance.Count
public override int Count { get; }
Valeur de propriété
Type : System.Int32
Entier 32 bits qui représente le nombre de champs.