VCProjectEngineObjectClass.ValidateSchemas Property

Definition

Gets or sets whether the VCProjectEngine object validates XML files against schemas.

public:
 virtual property bool ValidateSchemas { bool get(); void set(bool value); };
public:
 virtual property bool ValidateSchemas { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(237)]
public virtual 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 Overridable Property ValidateSchemas As Boolean

Property Value

true if XML files are validated; otherwise, false.

Implements

Attributes

Remarks

If true (default), XML files are validated. Set to false to turn off XML file validating.

Do not instantiate VCProjectEngineObjectClass. Instantiate VCProjectEngineObject instead, as shown below:

Dim Engine As VCProjectEngine  
Engine = New VCProjectEngineObject()  

Applies to