VCProjectEngine.ValidateSchemas Property

Sets or gets whether to validate against project schemas

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

Syntax

'Declaration
Property ValidateSchemas As Boolean
'Usage
Dim instance As VCProjectEngine 
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 (default) to validate, FALSE to skip validation.

.NET Framework Security

See Also

Reference

VCProjectEngine Interface

VCProjectEngine Members

Microsoft.VisualStudio.VCProjectEngine Namespace