ModelingTextTransformation.SkipValidation Property

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

Syntax

'宣言
Protected Property SkipValidation As Boolean
'使用
Dim value As Boolean

value = Me.SkipValidation

Me.SkipValidation = value
protected bool SkipValidation { get; set; }
protected:
property bool SkipValidation {
    bool get ();
    void set (bool value);
}
protected function get SkipValidation () : boolean
protected function set SkipValidation (value : boolean)

Property Value

Type: System.Boolean

Permissions

See Also

Reference

ModelingTextTransformation Class

ModelingTextTransformation Members

Microsoft.VisualStudio.TextTemplating.VSHost Namespace