共用方式為


ValidationErrorInfo.IsWarning 屬性

定義

取得或設定值,判斷條件約束違規是否為警告。

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

屬性值

如果條件約束違規是警告,則為 true,否則為 false

適用於