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绑定集合属于该集合。

适用于