ListView.ColumnHeaderCollection.IList.Add(Object) Metoda

Definicja

Dodaje element ColumnHeader do elementu ListView.

 virtual int System.Collections.IList.Add(System::Object ^ value) = System::Collections::IList::Add;
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

Parametry

value
Object

Element ColumnHeader do dodania do elementu ListView.

Zwraca

Indeks oparty na zerze wskazujący lokalizację obiektu, który został dodany do kolekcji.

Implementuje

Wyjątki

Dotyczy