ValidationMessageObserver::OnValidationEnded Method (ValidationContext^)
Visual Studio 2015
Indicates that validation has ended.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Parameters
- context
-
Type:
Microsoft.VisualStudio.Modeling.Validation::ValidationContext^
The ValidationContext for the validation messages.
The ValidationContext parameter contains information that you can use or change in the body of the method that you write. The context contains all of the validation messages that have been added to the list during the current validation session.
Show: