Share via


IVCBuildOptionsPage.ValidateSchemas Property

Definition

Gets or sets a value indicating whether to perform a schema validation.

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

Property Value

true if schema validation occurs; otherwise, false.

Attributes

Remarks

Schema validation applies to project, tool, property sheet, user, or platform configuration files.

Applies to