ListView.CheckedIndexCollection.IList.Add(Object) Yöntem

Tanım

Bir öğeyi koleksiyona ekler.

 virtual int System.Collections.IList.Add(System::Object ^ value) = System::Collections::IList::Add;
int IList.Add (object value);
int IList.Add (object? value);
abstract member System.Collections.IList.Add : obj -> int
override this.System.Collections.IList.Add : obj -> int
Function Add (value As Object) As Integer Implements IList.Add

Parametreler

value
Object

öğesine eklenecek ListView.CheckedIndexCollectionnesne.

Döndürülenler

Int32

Koleksiyonda bulunan value sıfır tabanlı dizin.

Uygulamalar

Özel durumlar

Her zaman oluşturulur.

Açıklamalar

Sınıfı doğrudan değiştiremezsiniz CheckedListBox.CheckedIndexCollection . öğesine öğe eklemek için CheckedListBox.CheckedIndexCollectionözelliğini kullanın Checked .

Şunlara uygulanır