ModelingTextTransformation.SkipValidation-Eigenschaft

Bei dem Wert true führt ValidateStore() keine Validierung aus und gibt false zurück. Übernimmt den Standardwert false.

Namespace:  Microsoft.VisualStudio.TextTemplating.VSHost
Assembly:  Microsoft.VisualStudio.TextTemplating.Modeling.10.0 (in Microsoft.VisualStudio.TextTemplating.Modeling.10.0.dll)

Syntax

'Declaration
Protected Property SkipValidation As Boolean
    Get
    Set
protected bool SkipValidation { get; set; }
protected:
property bool SkipValidation {
    bool get ();
    void set (bool value);
}
member SkipValidation : bool with get, set
function get SkipValidation () : boolean
function set SkipValidation (value : boolean)

Eigenschaftswert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

ModelingTextTransformation Klasse

Microsoft.VisualStudio.TextTemplating.VSHost-Namespace