IVCBuildOptionsPage.ValidateSchemas Property

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

Namespace:  Microsoft.VisualStudio.VCProject
Assembly:  Microsoft.VisualStudio.VCProject (in Microsoft.VisualStudio.VCProject.dll)

Syntax

'Declaration
Property ValidateSchemas As Boolean
'Usage
Dim instance As IVCBuildOptionsPage 
Dim value As Boolean 

value = instance.ValidateSchemas

instance.ValidateSchemas = value
bool ValidateSchemas { get; set; }
property bool ValidateSchemas {
    bool get ();
    void set (bool value);
}
function get ValidateSchemas () : boolean 
function set ValidateSchemas (value : boolean)

Property Value

Type: System.Boolean
true if schema validation occurs; otherwise, false.

Remarks

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

.NET Framework Security

See Also

Reference

IVCBuildOptionsPage Interface

IVCBuildOptionsPage Members

Microsoft.VisualStudio.VCProject Namespace