ToolboxCategoryItems.IList.Remove(Object) 方法

定義

ToolboxCategoryItems 中移除第一個出現的特定工具箱分類。

 virtual void System.Collections.IList.Remove(System::Object ^ value) = System::Collections::IList::Remove;
void IList.Remove (object value);
abstract member System.Collections.IList.Remove : obj -> unit
override this.System.Collections.IList.Remove : obj -> unit
Sub Remove (value As Object) Implements IList.Remove

參數

value
Object

要從 Object 集合移除的 ToolboxCategoryItems 工具。

實作

備註

ToolboxCategoryItems 會實作 IList 介面。

在相鄰元素的集合中,例如清單,接在移除的元素之後的元素會向上移動以佔用空出的位置。 如果集合具有索引,則移動之項目的索引也會更新。

適用於