DesignerVerbCollection 成员

表示 DesignerVerb 对象的集合。

下表列出了由 DesignerVerbCollection 类型公开的成员。

公共构造函数

  名称 说明
Public method DesignerVerbCollection 已重载。初始化 DesignerVerbCollection 类的新实例。

页首

公共属性

(请参见 受保护的属性 )

  名称 说明
Public property Capacity  获取或设置 CollectionBase 可包含的元素数。(从 CollectionBase 继承。)
Public property Count  获取包含在 CollectionBase 实例中的元素数。不能重写此属性。(从 CollectionBase 继承。)
Public property Item 获取或设置指定索引处的 DesignerVerb

页首

受保护的属性

  名称 说明
Protected property InnerList  获取一个 ArrayList,它包含 CollectionBase 实例中元素的列表。(从 CollectionBase 继承。)
Protected property List  获取一个 IList,它包含 CollectionBase 实例中元素的列表。(从 CollectionBase 继承。)

页首

公共方法

(请参见 受保护的方法 )

  名称 说明
Public method Add 将指定的 DesignerVerb 添加到集合。
Public method AddRange 已重载。 向集合中添加指定的设计器谓词组。
Public method Clear  CollectionBase 实例移除所有对象。不能重写此方法。 (从 CollectionBase 继承。)
Public method Contains 获取一个值,用以指示集合中是否存在指定的 DesignerVerb
Public method CopyTo 从指定的目标索引开始,将集合成员复制到指定的 DesignerVerb 数组中。
Public method Equals  已重载。 确定两个 Object 实例是否相等。 (从 Object 继承。)
Public method GetEnumerator  返回循环访问 CollectionBase 实例的枚举数。 (从 CollectionBase 继承。)
Public method GetHashCode  用作特定类型的哈希函数。GetHashCode 适合在哈希算法和数据结构(如哈希表)中使用。 (从 Object 继承。)
Public method GetType  获取当前实例的 Type。 (从 Object 继承。)
Public method IndexOf 获取指定的 DesignerVerb 的索引。
Public method Insert 在指定索引处插入指定的 DesignerVerb
Public method Static ReferenceEquals  确定指定的 Object 实例是否是相同的实例。 (从 Object 继承。)
Public method Remove 从集合中移除指定的 DesignerVerb
Public method RemoveAt  移除 CollectionBase 实例的指定索引处的元素。此方法不可重写。 (从 CollectionBase 继承。)
Public method ToString  返回表示当前 ObjectString。 (从 Object 继承。)

页首

受保护的方法

  名称 说明
Protected method Finalize  允许 Object 在“垃圾回收”回收 Object 之前尝试释放资源并执行其他清理操作。 (从 Object 继承。)
Protected method MemberwiseClone  创建当前 Object 的浅表副本。 (从 Object 继承。)
Protected method OnClear 已重写。 引发 Clear 事件。
Protected method OnClearComplete  在清除 CollectionBase 实例的内容之后执行其他自定义进程。 (从 CollectionBase 继承。)
Protected method OnInsert 已重写。 引发 Insert 事件。
Protected method OnInsertComplete  在向 CollectionBase 实例中插入新元素之后执行其他自定义进程。 (从 CollectionBase 继承。)
Protected method OnRemove 已重写。 引发 Remove 事件。
Protected method OnRemoveComplete  在从 CollectionBase 实例中移除元素之后执行其他自定义进程。 (从 CollectionBase 继承。)
Protected method OnSet 已重写。 引发 Set 事件。
Protected method OnSetComplete  当在 CollectionBase 实例中设置值后执行其他自定义进程。 (从 CollectionBase 继承。)
Protected method OnValidate 已重写。 引发 Validate 事件。

页首

请参见

参考

DesignerVerbCollection 类
System.ComponentModel.Design 命名空间