Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.