BindingExpression.UpdateSource 方法

定义

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

public:
 override void UpdateSource();
public override void UpdateSource ();
override this.UpdateSource : unit -> unit
Public Overrides Sub UpdateSource ()

例外

此绑定已从其目标分离。

注解

当绑定的 不是 TwoWayOneWayToSourceMode,此方法不执行任何作用。

UpdateSourceTrigger如果绑定的值设置为 Explicit,则必须调用 方法,UpdateSource否则更改不会传播回源。

适用于

另请参阅