ModelingTextTransformation.SkipValidation 屬性
如果為 true,ValidateStore() 不會執行驗證並且會傳回 false。 預設值為 false。
命名空間: Microsoft.VisualStudio.TextTemplating.VSHost
組件: Microsoft.VisualStudio.TextTemplating.Modeling.12.0 (在 Microsoft.VisualStudio.TextTemplating.Modeling.12.0.dll 中)
語法
protected bool SkipValidation { get; set; }
protected:
property bool SkipValidation {
bool get();
void set(bool value);
}
member SkipValidation : bool with get, set
Protected Property SkipValidation As Boolean
屬性值
Type: System.Boolean
請參閱
ModelingTextTransformation 類別
Microsoft.VisualStudio.TextTemplating.VSHost 命名空間
回到頁首