Control.IDataBindingsAccessor.HasDataBindings プロパティ

定義

このメンバーの説明については、 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

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 Control インスタンスがIDataBindingsAccessor インターフェイスにキャストされている場合にのみ使用できます。

適用対象