次の方法で共有


ValidationErrorInfo.IsWarning プロパティ

定義

制約違反が警告であるかどうかを示す値を取得または設定します。

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

プロパティ値

制約違反が警告である場合は true。それ以外の場合は false

適用対象