ListView.SelectedIndexCollection(ListView) Konstruktor

Definice

Inicializuje novou instanci ListView.SelectedIndexCollection třídy .

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

Parametry

owner
ListView

Ovládací ListView prvek, který vlastní kolekci.

Výjimky

.NET 5 a novější: owner je null.

Poznámky

Nelze vytvořit instanci této třídy bez přidružení k ovládacímu prvku ListView .

Platí pro