ArrangedElementCollection.Count Eigenschaft
Definition
Ruft die Anzahl der Elemente in der Auflistung ab.Gets the number of elements in the collection.
public:
virtual property int Count { int get(); };
public virtual int Count { get; }
member this.Count : int
Public Overridable ReadOnly Property Count As Integer
Eigenschaftswert
Die Anzahl der derzeit in der Auflistung enthaltenen Elemente.The number of elements currently contained in the collection.
Implementiert
Hinweise
Wenn dies erforderlich ist, vergrößert sich die Kapazität der Sammlung dynamisch, um mehr Elemente zu akzeptieren.When required, the capacity of the collection will dynamically increase to accept more elements.