TabControl.TabPageCollection.IList.Add(Object) Yöntem

Tanım

Koleksiyona bir TabPage denetim 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

TabPage koleksiyonuna eklenecek öğesini seçin.

Döndürülenler

Int32

öğesinin eklendiği TabPage konum.

Uygulamalar

Özel durumlar

value bir TabPagedeğildir.

value, null değeridir.

Açıklamalar

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

Şunlara uygulanır