DataGridViewSelectedRowCollection.ICollection.Count Vlastnost

Definice

Získá počet elementů v kolekci.

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

Hodnota vlastnosti

Počet elementů v kolekci

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v DataGridViewSelectedRowCollection případě, že je instance přetypovaná na ICollection rozhraní.

Platí pro

Viz také