ValidationErrorInfo.IsWarning 属性

定义

获取或设置一个值,该值确定约束冲突是否为警告。

public:
 property bool IsWarning { bool get(); };
public bool IsWarning { get; }
member this.IsWarning : bool
Public ReadOnly Property IsWarning As Boolean

属性值

true 如果约束冲突是警告,则为 ;否则,为 false.

适用于