IVCBuildOptionsPage.ValidateSchemas 属性

定义

获取或设置一个值,该值指示是否执行架构验证。

public:
 property bool ValidateSchemas { bool get(); void set(bool value); };
public:
 property bool ValidateSchemas { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(237)]
public bool ValidateSchemas { [System.Runtime.InteropServices.DispId(237)] get; [System.Runtime.InteropServices.DispId(237)] set; }
[<System.Runtime.InteropServices.DispId(237)>]
[<get: System.Runtime.InteropServices.DispId(237)>]
[<set: System.Runtime.InteropServices.DispId(237)>]
member this.ValidateSchemas : bool with get, set
Public Property ValidateSchemas As Boolean

属性值

Boolean

true 如果发生架构验证,则为;否则为 false

属性

注解

架构验证适用于项目、工具、属性表、用户或平台配置文件。

适用于