SPWorkItemCollection.Count - Propriété

Obtient un décompte du nombre d'objets SPWorkItem 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 SPWorkItemCollection
Dim value As Integer

value = instance.Count
public override int Count { get; }

Valeur de propriété

Type : System.Int32
Retourne un entier spécifiant le nombre d'éléments de travail dans la collection.

Implémentations

ICollection.Count

Remarques

Substitution de la collection de base, Microsoft.SharePoint.SPBaseCollection.

Voir aussi

Référence

SPWorkItemCollection classe

SPWorkItemCollection - Membres

Microsoft.SharePoint - Espace de noms

Microsoft.SharePoint.SPBaseCollection