ValidationController::ValidateCustom Method (Store^, array<String^>^)
Visual Studio 2015
Validates every model elements in a store, using validation methods in the specified custom categories. A validation method belongs to a category if it has a ValidationMethod attribute specifying that category.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Parameters
- store
-
Type:
Microsoft.VisualStudio.Modeling::Store^
The store whose model elements will be validated.
- customCategories
-
Type:
array<System::String^>^
Specifies which validation methods will be applied. Every validation method that has a ValidationMethod attribute that specifies one of these custom categories will be applied to each model element in the store.
Return Value
Type: System::Booleantrue if the store is valid and no errors were found; otherwise, false.
Show: