DesignerAutoFormatCollection.ICollection.Count プロパティ

定義

DesignerAutoFormatCollection オブジェクトが ICollection インターフェイスにキャストされた場合に、コレクションに格納されている要素数を取得します。

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

プロパティ値

コレクション内の項目数。

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、DesignerAutoFormatCollection のインスタンスが ICollection インターフェイスにキャストされる場合のみ、使用できます。

適用対象

こちらもご覧ください