Udostępnij za pośrednictwem


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 ListView , która jest właścicielem kolekcji.

Wyjątki

.NET 7 i nowsze wersje: owner to null.

Uwagi

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

Dotyczy