Control.IDataBindingsAccessor.HasDataBindings プロパティ
定義
このメンバーの詳細については、「HasDataBindings」をご覧ください。For a description of this member, see HasDataBindings.
property bool System::Web::UI::IDataBindingsAccessor::HasDataBindings { bool get(); };
bool System.Web.UI.IDataBindingsAccessor.HasDataBindings { get; }
member this.System.Web.UI.IDataBindingsAccessor.HasDataBindings : bool
ReadOnly Property HasDataBindings As Boolean Implements IDataBindingsAccessor.HasDataBindings
プロパティ値
コントロールにデータ バインディング ロジックが含まれる場合は true
。それ以外の場合は false
。true
if the control contains data-binding logic; otherwise, false
.
実装
注釈
このメンバーは、明示的なインターフェイス メンバーの実装です。This member is an explicit interface member implementation. これは、Control のインスタンスが IDataBindingsAccessor インターフェイスにキャストされる場合のみ、使用できます。It can be used only when the Control instance is cast to an IDataBindingsAccessor interface.