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)

property bool ValidateSchemas {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if schema validation occurs; otherwise, false.

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

Return to top
Show: