BindingContext 成员

管理从 Control 类继承的任意对象的 BindingManagerBase 对象集合。

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

公共构造函数

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

页首

公共属性

  名称 说明
Public property Supported by the .NET Compact Framework IsReadOnly 获取一个值,该值指示集合是否为只读。
Public property Supported by the .NET Compact Framework Item 已重载。获取一个 BindingManagerBase

页首

公共方法

(请参见 受保护的方法 )

  名称 说明
Public method Supported by the .NET Compact Framework Contains 已重载。 获取一个值,该值指示 BindingContext 是否包含指定的 BindingManagerBase
Public method Supported by the .NET Compact Framework Equals  已重载。 确定两个 Object 实例是否相等。 (从 Object 继承。)
Public method Supported by the .NET Compact Framework GetHashCode  用作特定类型的哈希函数。GetHashCode 适合在哈希算法和数据结构(如哈希表)中使用。 (从 Object 继承。)
Public method Supported by the .NET Compact Framework GetType  获取当前实例的 Type。 (从 Object 继承。)
Public method Static Supported by the .NET Compact Framework ReferenceEquals  确定指定的 Object 实例是否是相同的实例。 (从 Object 继承。)
Public method Supported by the .NET Compact Framework ToString  返回表示当前 ObjectString。 (从 Object 继承。)
Public method Static Supported by the .NET Compact Framework UpdateBinding Binding 与一个新的 BindingContext 关联起来。

页首

受保护的方法

  名称 说明
Protected method Supported by the .NET Compact Framework Add 向集合添加与特定数据源关联的 BindingManagerBase
Protected method Supported by the .NET Compact Framework AddCore 向集合添加与特定数据源关联的 BindingManagerBase
Protected method Supported by the .NET Compact Framework Clear 清除所有 BindingManagerBase 对象的集合。
Protected method Supported by the .NET Compact Framework ClearCore 清除集合。
Protected method Supported by the .NET Compact Framework Finalize  允许 Object 在“垃圾回收”回收 Object 之前尝试释放资源并执行其他清理操作。 (从 Object 继承。)
Protected method Supported by the .NET Compact Framework MemberwiseClone  创建当前 Object 的浅表副本。 (从 Object 继承。)
Protected method Supported by the .NET Compact Framework OnCollectionChanged 引发 CollectionChanged 事件。
Protected method Supported by the .NET Compact Framework Remove 删除与指定数据源关联的 BindingManagerBase
Protected method Supported by the .NET Compact Framework RemoveCore 移除与指定数据源关联的 BindingManagerBase

页首

公共事件

  名称 说明
Public event Supported by the .NET Compact Framework CollectionChanged 被处理时总会引发 NotImplementedException

页首

显式接口实现

  名称 说明
Explicit interface implementation Method Supported by the .NET Compact Framework System.Collections.ICollection.CopyTo 将集合中的元素复制到指定数组,从集合索引处开始。
Explicit interface implementation Method Supported by the .NET Compact Framework System.Collections.IEnumerable.GetEnumerator 获取此集合的枚举数。
Explicit interface implementation Property Supported by the .NET Compact Framework System.Collections.ICollection.Count 获取 BindingContext 所管理的 CurrencyManager 对象的总数。
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 获取用于同步(线程安全)的对象。

页首

请参见

参考

BindingContext 类
System.Windows.Forms 命名空间
BindingManagerBase
Binding 类
BindingsCollection