Partager via


CompositeCollection.Count Propriété

Définition

Obtient le nombre d'éléments stockés dans la collection.

public:
 property int Count { int get(); };
public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer

Valeur de propriété

Int32

Nombre d'éléments stockés dans la collection.

Implémente

Remarques

Un CollectionContainer objet compte comme 1 élément.

S’applique à