ModelingTextTransformation.ValidateStore 方法 (String, CompilerErrorCollection)
使用指定的驗證分類來驗證存放區。 如果有錯誤則會傳回 true。
命名空間: Microsoft.VisualStudio.TextTemplating.VSHost
組件: Microsoft.VisualStudio.TextTemplating.Modeling.12.0 (於 Microsoft.VisualStudio.TextTemplating.Modeling.12.0.dll)
語法
protected bool ValidateStore(
string categories,
CompilerErrorCollection errors
)
protected:
bool ValidateStore(
String^ categories,
CompilerErrorCollection^ errors
)
member ValidateStore :
categories:string *
errors:CompilerErrorCollection -> bool
Protected Function ValidateStore (
categories As String,
errors As CompilerErrorCollection
) As Boolean
參數
categories
Type: System.String要套用的驗證分類。 使用 'open'、'load'、'save' 和 'menu'。 請以 '|' 分隔多個分類。
errors
Type: System.CodeDom.Compiler.CompilerErrorCollection錯誤報告將放置在這個集合中。
傳回值
Type: System.Boolean
另請參閱
ModelingTextTransformation 類別
Microsoft.VisualStudio.TextTemplating.VSHost 命名空間
回到頁首