ControlBindingsCollection(IBindableComponent) 构造函数

定义

用指定的可绑定控件初始化 ControlBindingsCollection 类的新实例。

public:
 ControlBindingsCollection(System::Windows::Forms::IBindableComponent ^ control);
public ControlBindingsCollection (System.Windows.Forms.IBindableComponent control);
new System.Windows.Forms.ControlBindingsCollection : System.Windows.Forms.IBindableComponent -> System.Windows.Forms.ControlBindingsCollection
Public Sub New (control As IBindableComponent)

参数

control
IBindableComponent

绑定集合所属的 IBindableComponent

适用于