TextElementCollection<TextElementType>.Count Eigenschaft
Definition
Ruft die aktuelle Anzahl der Elemente in der Auflistung ab.Gets the number of items currently in the collection.
public:
property int Count { int get(); };
public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer
Eigenschaftswert
Die aktuelle Anzahl der Elemente in der Auflistung.The number of items currently in the collection.