ModelingTextTransformation.ValidateStore Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Validates the store with the given validation categories in string form
protected bool ValidateStore (string categories, System.CodeDom.Compiler.CompilerErrorCollection errors);
member this.ValidateStore : string * System.CodeDom.Compiler.CompilerErrorCollection -> bool
Protected Function ValidateStore (categories As String, errors As CompilerErrorCollection) As Boolean
Parameters
- categories
- String
The categories of validation to apply. Multiple categories are specified using a '|' delimiter. Use 'open', 'load', 'save', and 'menu' for thos predifined categories.
- errors
- CompilerErrorCollection
Returns
True if there are any errors