ValidationError.RuleInError 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 ValidationRule 物件,該物件是這個 ValidationError 的原因,如果錯誤是因為驗證規則失敗所造成。
public:
property System::Windows::Controls::ValidationRule ^ RuleInError { System::Windows::Controls::ValidationRule ^ get(); void set(System::Windows::Controls::ValidationRule ^ value); };
public System.Windows.Controls.ValidationRule RuleInError { get; set; }
member this.RuleInError : System.Windows.Controls.ValidationRule with get, set
Public Property RuleInError As ValidationRule
屬性值
ValidationRule 物件,如果錯誤是因為驗證規則失敗所造成。