IReadOnlyCollection<T>.Count - Propriété
Obtient le nombre d'éléments dans la collection.
Espace de noms : Microsoft.BusinessData.Infrastructure.Collections
Assembly : Microsoft.BusinessData (dans Microsoft.BusinessData.dll)
Syntaxe
'Déclaration
ReadOnly Property Count As Integer
Get
'Utilisation
Dim instance As IReadOnlyCollection
Dim value As Integer
value = instance.Count
int Count { get; }
Valeur de propriété
Type : System.Int32
Entier qui représente le nombre d'éléments dans la collection de sites.
Voir aussi
Référence
IReadOnlyCollection<T> interface
IReadOnlyCollection<T> - Membres
Microsoft.BusinessData.Infrastructure.Collections - Espace de noms