共用方式為


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

適用於