ValidationMessageObserver::OnValidationBeginning Method (ValidationContext^)

 

Indicates that validation is about to begin.

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

protected:
virtual void OnValidationBeginning(
	ValidationContext^ context
)

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.

Return to top
Show: