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 に格納されている要素の数。

実装

適用対象