共用方式為


ModelingTextTransformation.ValidateStore Method

Definition

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.

Returns

True if there are any errors

Applies to