ValidationController::Validate Method (Store^, ValidationCategories)

 

Apply validation to every element in the Store, invoking methods that have ValidationMethod attributes for one or more of the specified categories.

Namespace:   Microsoft.VisualStudio.Modeling.Validation
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

public:
bool Validate(
	Store^ store,
	ValidationCategories categories
)

Parameters

store
Type: Microsoft.VisualStudio.Modeling::Store^

The Store.

categories
Type: Microsoft.VisualStudio.Modeling.Validation::ValidationCategories

Specifies which validation methods to invoke.

Return Value

Type: System::Boolean
Return to top
Show: