Share via


TextElementCollection<TextElementType>.ICollection.Count 屬性

定義

取得 ICollection 中所包含的項目數。 請改用型別安全的 Count 屬性。

property int System::Collections::ICollection::Count { int get(); };
int System.Collections.ICollection.Count { get; }
member this.System.Collections.ICollection.Count : int
 ReadOnly Property Count As Integer Implements ICollection.Count

屬性值

Int32

ICollection 中所包含的項目數。

實作

適用於