BindingGroup.ValidateWithoutUpdate 方法

定义

对绑定和将 ValidationRule 属性设置为 ValidationStepRawProposedValueConvertedProposedValue 对象运行转换器。

public:
 bool ValidateWithoutUpdate();
public bool ValidateWithoutUpdate ();
member this.ValidateWithoutUpdate : unit -> bool
Public Function ValidateWithoutUpdate () As Boolean

返回

如果验证规则成功,则为 true;否则为 false

注解

调用此方法时,不会更新源。

适用于