ToolboxCategoryItems.IList.Add(Object) Yöntem

Tanım

Öğesine bir araç ekler ToolboxCategoryItems .

 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

Parametreler

value
Object

Yeni öğenin eklendiği konum.

Döndürülenler

Int32

Koleksiyona eklenen aracın sıfır tabanlı dizini.

Uygulamalar

Özel durumlar

, value Koleksiyon tarafından uygulanan öğesine atanabilen bir türdür IList .

Açıklamalar

ToolboxCategoryItems arabirimini uygular IList .

Şunlara uygulanır