ValidationErrorInfo.IsWarning 属性

定义

获取或设置一个值,该值确定违反约束的情况是否为警告。

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

属性值

如果违反约束的情况是一个警告,则为 true;否则为 false

适用于