ValidationMessageObserver::OnValidationEnded Method (ValidationContext^)

 

Indicates that validation has ended.

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

protected:
virtual void OnValidationEnded(
	ValidationContext^ context
)

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.

Return to top
Show: