ValidationError.RuleInError プロパティ

定義

エラーが検証規則の結果である場合に、この 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 オブジェクト。

適用対象