PrintPreviewDialog.DataBindings プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コントロールのデータ連結を取得します。
public:
property System::Windows::Forms::ControlBindingsCollection ^ DataBindings { System::Windows::Forms::ControlBindingsCollection ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.ControlBindingsCollection DataBindings { get; }
[<System.ComponentModel.Browsable(false)>]
member this.DataBindings : System.Windows.Forms.ControlBindingsCollection
Public ReadOnly Property DataBindings As ControlBindingsCollection
プロパティ値
コントロールの ControlBindingsCollection オブジェクトを格納している Binding。
- 属性
注釈
このクラスでは、このプロパティは使用されません。
このプロパティを DataBindings 使用して、 ControlBindingsCollection. コレクションにオブジェクトを追加 Binding することで、コントロールの任意のプロパティをオブジェクトのプロパティにバインドできます。