ValidationVisitor.AllowShortCircuitingValidationWhenNoValidatorsArePresent プロパティ

定義

注意事項

This property is deprecated and is no longer used by the runtime.

モデルに検証コントロールが関連付けられていない場合 ValidationVisitor に検証を短絡できるかどうかを決定する値を取得または設定します。

public:
 property bool AllowShortCircuitingValidationWhenNoValidatorsArePresent { bool get(); void set(bool value); };
public bool AllowShortCircuitingValidationWhenNoValidatorsArePresent { get; set; }
[System.Obsolete("This property is deprecated and is no longer used by the runtime.")]
public bool AllowShortCircuitingValidationWhenNoValidatorsArePresent { get; set; }
member this.AllowShortCircuitingValidationWhenNoValidatorsArePresent : bool with get, set
[<System.Obsolete("This property is deprecated and is no longer used by the runtime.")>]
member this.AllowShortCircuitingValidationWhenNoValidatorsArePresent : bool with get, set
Public Property AllowShortCircuitingValidationWhenNoValidatorsArePresent As Boolean

プロパティ値

既定値は true です。

属性

注釈

このプロパティは現在無視されています。

適用対象