ValidationMessageObserver::OnValidationBeginning Method (ValidationContext^)
Visual Studio 2015
Indicates that validation is about to begin.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Parameters
- context
-
Type:
Microsoft.VisualStudio.Modeling.Validation::ValidationContext^
The context for the validation messages.
The validation context 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: