DataGridViewSelectedCellCollection.ICollection.Count プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コレクション内の要素の数を取得します。
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
プロパティ値
コレクション内の要素の数です。
実装
注釈
このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、DataGridViewSelectedCellCollection のインスタンスが ICollection インターフェイスにキャストされる場合のみ、使用できます。