Propriedade ModelingTextTransformation.SkipValidation

Se verdadeiro, o ValidateStore() não executa validação e retorna false. O padrão é false.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

ModelingTextTransformation Classe

Namespace Microsoft.VisualStudio.TextTemplating.VSHost