DesignerConfigurationService.BackgroundValidationEnabled 属性

定义

获取或设置一个值,该值指示是否启用后台验证。

public:
 property bool BackgroundValidationEnabled { bool get(); void set(bool value); };
public bool BackgroundValidationEnabled { get; set; }
member this.BackgroundValidationEnabled : bool with get, set
Public Property BackgroundValidationEnabled As Boolean

属性值

如果已启用后台验证,则为 true;否则为 false

适用于