Поделиться через


VsValidationController.Validate Method

Include Protected Members
Include Inherited Members

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method Validate(IEnumerable<ModelElement>, ValidationCategories) Invoke all the validation methods that are applicable to the set of elements. (Overrides ValidationController.Validate(IEnumerable<ModelElement>, ValidationCategories).)
Public method Validate(ModelElement, ValidationCategories) Do validation for a single element, invoking validation methods that have ValidationMethod attributes for one or more of the specified validation categories. (Inherited from ValidationController.)
Public method Validate(Partition, ValidationCategories) Apply validation to every element in the specified partition, invoking validation methods that have ValidationMethod attributes for one or more of the specified categories. (Inherited from ValidationController.)
Public method Validate(Store, ValidationCategories) Apply validation to every element in the Store, invoking methods that have ValidationMethod attributes for one or more of the specified categories. (Inherited from ValidationController.)

Top

See Also

Reference

VsValidationController Class

Microsoft.VisualStudio.Modeling.Shell Namespace