IBindableComponent.DataBindings 属性

定义

获取此 IBindableComponent 的数据绑定对象的集合。

public:
 property System::Windows::Forms::ControlBindingsCollection ^ DataBindings { System::Windows::Forms::ControlBindingsCollection ^ get(); };
public System.Windows.Forms.ControlBindingsCollection DataBindings { get; }
member this.DataBindings : System.Windows.Forms.ControlBindingsCollection
Public ReadOnly Property DataBindings As ControlBindingsCollection

属性值

用于此 ControlBindingsCollectionIBindableComponent

适用于