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
    Get
    Set
bool ValidateSchemas { get; set; }
property bool ValidateSchemas {
    bool get ();
    void set (bool value);
}
abstract ValidateSchemas : bool with get, set
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

Microsoft.VisualStudio.VCProjectEngine Namespace