EventDescriptorCollection 成员

表示 EventDescriptor 对象的集合。

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

公共构造函数

  名称 说明
Public method Supported by the .NET Compact Framework EventDescriptorCollection 已重载。初始化 EventDescriptorCollection 类的新实例。

页首

公共字段

  名称 说明
Public field Static Supported by the .NET Compact Framework Empty 指定要使用的空集合,而不是创建不具有任何项的新集合。此 static 字段是只读的。

页首

公共属性

  名称 说明
Public property Supported by the .NET Compact Framework Count 获取集合中事件说明符的数目。
Public property Supported by the .NET Compact Framework Item 已重载。获取指定的事件。

页首

公共方法

(请参见 受保护的方法 )

  名称 说明
Public method Supported by the .NET Compact Framework Add EventDescriptor 添加到集合的末尾。
Public method Supported by the .NET Compact Framework Clear 从集合中移除所有对象。
Public method Supported by the .NET Compact Framework Contains 返回集合是否包含给定的 EventDescriptor
Public method Supported by the .NET Compact Framework Equals  已重载。 确定两个 Object 实例是否相等。 (从 Object 继承。)
Public method Supported by the .NET Compact Framework Find 获取集合中具有指定名称的事件的说明。
Public method Supported by the .NET Compact Framework GetEnumerator 获取此 EventDescriptorCollection 的枚举数。
Public method Supported by the .NET Compact Framework GetHashCode  用作特定类型的哈希函数。GetHashCode 适合在哈希算法和数据结构(如哈希表)中使用。 (从 Object 继承。)
Public method Supported by the .NET Compact Framework GetType  获取当前实例的 Type。 (从 Object 继承。)
Public method Supported by the .NET Compact Framework IndexOf 返回给定 EventDescriptor 的索引。
Public method Supported by the .NET Compact Framework Insert EventDescriptor 插入集合中指定的索引位置。
Public method Static Supported by the .NET Compact Framework ReferenceEquals  确定指定的 Object 实例是否是相同的实例。 (从 Object 继承。)
Public method Supported by the .NET Compact Framework Remove 从集合中移除指定的 EventDescriptor
Public method Supported by the .NET Compact Framework RemoveAt 从集合中移除指定索引位置的 EventDescriptor
Public method Sort 已重载。 将此 EventDescriptorCollection 的成员排序。
Public method Supported by the .NET Compact Framework ToString  返回表示当前 ObjectString。 (从 Object 继承。)

页首

受保护的方法

  名称 说明
Protected method Supported by the .NET Compact Framework Finalize  允许 Object 在“垃圾回收”回收 Object 之前尝试释放资源并执行其他清理操作。 (从 Object 继承。)
Protected method InternalSort 已重载。 将此 EventDescriptorCollection 的成员排序。
Protected method Supported by the .NET Compact Framework MemberwiseClone  创建当前 Object 的浅表副本。 (从 Object 继承。)

页首

显式接口实现

  名称 说明
Explicit interface implementation Method Supported by the .NET Compact Framework System.Collections.ICollection.CopyTo 对于该集合的元素,从特定的 Array 索引开始,将元素复制到 Array 中。
Explicit interface implementation Method Supported by the .NET Compact Framework System.Collections.IEnumerable.GetEnumerator 返回一个循环访问集合的枚举数。
Explicit interface implementation Method Supported by the .NET Compact Framework System.Collections.IList.Add 向集合中添加一项。
Explicit interface implementation Method Supported by the .NET Compact Framework System.Collections.IList.Clear 从集合中移除所有项。
Explicit interface implementation Method Supported by the .NET Compact Framework System.Collections.IList.Contains 确定集合中是否包含特定的值。
Explicit interface implementation Method Supported by the .NET Compact Framework System.Collections.IList.IndexOf 确定集合中特定项的索引。
Explicit interface implementation Method Supported by the .NET Compact Framework System.Collections.IList.Insert 将一个项插入到集合中指定的索引处。
Explicit interface implementation Method Supported by the .NET Compact Framework System.Collections.IList.Remove 从集合中移除特定对象的第一个匹配项。
Explicit interface implementation Method Supported by the .NET Compact Framework System.Collections.IList.RemoveAt 移除指定索引处的项。
Explicit interface implementation Property Supported by the .NET Compact Framework System.Collections.ICollection.Count 获取集合中包含的元素数。
Explicit interface implementation Property Supported by the .NET Compact Framework System.Collections.ICollection.IsSynchronized 获取一个值,该值指示对集合的访问是否同步。
Explicit interface implementation Property Supported by the .NET Compact Framework System.Collections.ICollection.SyncRoot 获取可用于同步对集合的访问的对象。
Explicit interface implementation Property Supported by the .NET Compact Framework System.Collections.IList.IsFixedSize 获取一个值,该值指示集合是否具有固定大小。
Explicit interface implementation Property Supported by the .NET Compact Framework System.Collections.IList.IsReadOnly 获取一个值,该值指示集合是否为只读。
Explicit interface implementation Property Supported by the .NET Compact Framework System.Collections.IList.Item 获取或设置指定索引处的元素。

页首

请参见

参考

EventDescriptorCollection 类
System.ComponentModel 命名空间
EventDescriptor 类
TypeDescriptor