VCProjectEngine.ValidateSchemas Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets or gets whether to validate against project schemas.
public:
property bool ValidateSchemas { bool get(); void set(bool value); };
public:
property bool ValidateSchemas { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(237)]
public bool ValidateSchemas { [System.Runtime.InteropServices.DispId(237)] get; [System.Runtime.InteropServices.DispId(237)] set; }
[<System.Runtime.InteropServices.DispId(237)>]
[<get: System.Runtime.InteropServices.DispId(237)>]
[<set: System.Runtime.InteropServices.DispId(237)>]
member this.ValidateSchemas : bool with get, set
Public Property ValidateSchemas As Boolean
Property Value
TRUE (default) to validate, FALSE to skip validation.
- Attributes