Binding.DoNothing 字段

定义

用作返回的值,指示绑定引擎不执行任何操作。

public: static initonly System::Object ^ DoNothing;
public static readonly object DoNothing;
 staticval mutable DoNothing : obj
Public Shared ReadOnly DoNothing As Object 

字段值

注解

绑定源属性或转换器可以返回 Binding.DoNothing ,以指示绑定引擎不执行任何操作。 例如,返回此字段以指示绑定引擎不将值传输到绑定目标,而不是移到下一个BindingPriorityBinding绑定目标,或者不使用FallBackValue或默认值。

适用于