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 接口时使用。

适用于