ListView.CheckedIndexCollection(ListView) Oluşturucu

Tanım

ListView.CheckedIndexCollection sınıfının yeni bir örneğini başlatır.

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)

Parametreler

owner
ListView

ListView Koleksiyonun sahibi olan denetim.

Özel durumlar

.NET 7 ve sonraki sürümleri: owner is null.

Açıklamalar

Bir denetimle ilişkilendirmeden bu sınıfın bir ListView örneğini oluşturamazsınız.

Şunlara uygulanır