ToolboxItemCollection 类

定义

表示工具箱项的集合。

public ref class ToolboxItemCollection sealed : System::Collections::ReadOnlyCollectionBase
public sealed class ToolboxItemCollection : System.Collections.ReadOnlyCollectionBase
type ToolboxItemCollection = class
    inherit ReadOnlyCollectionBase
Public NotInheritable Class ToolboxItemCollection
Inherits ReadOnlyCollectionBase
继承
ToolboxItemCollection

构造函数

ToolboxItemCollection(ToolboxItem[])

使用指定的工具箱项数组初始化 ToolboxItemCollection 类的新实例。

ToolboxItemCollection(ToolboxItemCollection)

使用指定的集合初始化 ToolboxItemCollection 类的新实例。

属性

Count

获取 ReadOnlyCollectionBase 实例中包含的元素数。

(继承自 ReadOnlyCollectionBase)
InnerList

获取 ReadOnlyCollectionBase 实例中包含的元素的列表。

(继承自 ReadOnlyCollectionBase)
Item[Int32]

获取位于指定索引处的 ToolboxItem

方法

Contains(ToolboxItem)

指示集合中是否包含指定的 ToolboxItem

CopyTo(ToolboxItem[], Int32)

将集合复制到指定的数组,从指定的目标索引开始。

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetEnumerator()

返回循环访问 ReadOnlyCollectionBase 实例的枚举器。

(继承自 ReadOnlyCollectionBase)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
IndexOf(ToolboxItem)

获取指定 ToolboxItem 的索引(如果它存在于集合中)。

MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

显式接口实现

ICollection.CopyTo(Array, Int32)

从目标数组的指定索引处开始将整个 ReadOnlyCollectionBase 复制到兼容的一维 Array

(继承自 ReadOnlyCollectionBase)
ICollection.IsSynchronized

获取一个值,该值指示对 ReadOnlyCollectionBase 对象的访问是否同步(线程安全)。

(继承自 ReadOnlyCollectionBase)
ICollection.SyncRoot

获取一个对象,该对象可用于同步对 ReadOnlyCollectionBase 对象的访问。

(继承自 ReadOnlyCollectionBase)

扩展方法

Cast<TResult>(IEnumerable)

IEnumerable 的元素强制转换为指定的类型。

OfType<TResult>(IEnumerable)

根据指定类型筛选 IEnumerable 的元素。

AsParallel(IEnumerable)

启用查询的并行化。

AsQueryable(IEnumerable)

IEnumerable 转换为 IQueryable

适用于