Język

ListView.CheckedIndexCollection(ListView) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy ListView.CheckedIndexCollection.

public:
 CheckedIndexCollection(System::Windows::Forms::ListView ^ owner);
public CheckedIndexCollection(System.Windows.Forms.ListView owner);
new System.Windows.Forms.ListView.CheckedIndexCollection : System.Windows.Forms.ListView -> System.Windows.Forms.ListView.CheckedIndexCollection
Public Sub New (owner As ListView)

Parametry

owner
ListView

Kontrolka będąca ListView właścicielem kolekcji.

Wyjątki

.NET 7 lub nowszych wersji: owner jest null.

Uwagi

Nie można utworzyć wystąpienia tej klasy bez skojarzenia go z kontrolką ListView .

Dotyczy