ListViewItem.ListViewSubItemCollection.IList.Add(Object) Metoda

Definice

Přidá do kolekce existující ListViewItem.ListViewSubItem .

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

Parametry

item
Object

Přidání ListViewItem.ListViewSubItem do kolekce

Návraty

Int32

Index založený na nule, který označuje umístění objektu přidaného do kolekce.

Implementuje

Výjimky

Platí pro