Aracılığıyla paylaş


ListView.ListViewItemCollection(ListView) Oluşturucu

Tanım

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

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

Parametreler

owner
ListView

ListView Koleksiyonun sahibi.

Açıklamalar

Bu oluşturucuyu kullanmaktan kaçınmalısınız. Bunun yerine, denetimin Items özelliği aracılığıyla öğesine erişin.ListView.ListViewItemCollection ListView

Şunlara uygulanır