ToolStripItemCollection.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);
override this.System.Collections.IList.Add : obj -> int
Function Add (value As Object) As Integer Implements IList.Add

Parametreler

value
Object

Topluluğa eklenecek öğe.

Döndürülenler

Eklendiği value konum.

Uygulamalar

Açıklamalar

Bu üye, açık bir arabirim üyesi uygulamasıdır. Yalnızca örnek bir IList arabirime ToolStripItemCollection yayınlandığında kullanılabilir.

Şunlara uygulanır