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

속성 값

ControlBindingsCollection

ControlBindingsCollection에 대한 IBindableComponent입니다.

적용 대상