Share via


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
    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 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

Microsoft.VisualStudio.VCProject Namespace