BindingExpressionBase 类

定义

public ref class BindingExpressionBase abstract : System::Windows::Expression, System::Windows::IWeakEventListener
public abstract class BindingExpressionBase : System.Windows.Expression, System.Windows.IWeakEventListener
type BindingExpressionBase = class
    inherit Expression
    interface IWeakEventListener
Public MustInherit Class BindingExpressionBase
Inherits Expression
Implements IWeakEventListener
继承
BindingExpressionBase
派生
实现

注解

有关绑定和绑定表达式的信息,请参阅 数据绑定概述中的“Binding and BindingExpression”。

属性

BindingGroup

获取此 BindingGroup 绑定表达式所属的轴。

HasError

获取一个值,该值指示父绑定是否具有一个失败的验证规则。

HasValidationError

获取一个值,该值指示父绑定是否具有一个失败的验证规则。

IsDirty

获取或设置指示绑定目标是否包含尚未写入到源中的值的值。

ParentBindingBase

获取从中创建此 BindingBase 对象的 BindingExpressionBase 对象。

Status

获取绑定表达式的状态。

Target

获取该绑定表达式的绑定目标对象元素。

TargetProperty

获取此绑定表达式的绑定目标属性。

ValidationError

获取导致 ValidationError 的此实例无效的 BindingExpressionBase

ValidationErrors

获取导致 ValidationError 实例无效的 BindingExpressionBase 集合。

方法

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)
UpdateSource()

将当前的绑定目标值发送到 TwoWayOneWayToSource 绑定中的绑定源。

UpdateTarget()

强制将数据从绑定源传输到绑定目标。

ValidateWithoutUpdate()

对关联的 ValidationRule 运行 Binding 属性设置为 ValidationStepRawProposedValue 的任何 ConvertedProposedValue 对象。 此方法不更新源。

显式接口实现

IWeakEventListener.ReceiveWeakEvent(Type, Object, EventArgs)

此成员支持Windows Presentation Foundation (WPF) 基础结构,不应直接从代码中使用。

适用于