Control.BindingContainer プロパティ
定義
このコントロールのデータ バインディングを格納しているコントロールを取得します。Gets the control that contains this control's data binding.
public:
property System::Web::UI::Control ^ BindingContainer { System::Web::UI::Control ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Web.UI.Control BindingContainer { get; }
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.Bindable(false)]
public System.Web.UI.Control BindingContainer { get; }
[<System.ComponentModel.Browsable(false)>]
member this.BindingContainer : System.Web.UI.Control
[<System.ComponentModel.Browsable(false)>]
[<System.ComponentModel.Bindable(false)>]
member this.BindingContainer : System.Web.UI.Control
Public ReadOnly Property BindingContainer As Control
プロパティ値
このコントロールのデータ バインディングを格納している Control。The Control that contains this control's data binding.
- 属性
注釈
プロパティは、 BindingContainer Control 現在のコントロールのデータバインディング情報を格納しているオブジェクトへの参照を格納します。The BindingContainer property contains a reference to the Control object that contains the data-binding information for the current control.
BindingContainer NamingContainer コントロールがテンプレートの一部である場合を除き、プロパティはプロパティと同じです。The BindingContainer property is the same as the NamingContainer property, except when the control is part of a template. その場合、 BindingContainer プロパティは、テンプレートを定義するに設定され Control ます。In that case, the BindingContainer property is set to the Control that defines the template.