ValidationMessageObserver::OnValidationMessageRemoved Method (ValidationMessage^)

 

Indicates that a message has been removed.

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

protected:
virtual void OnValidationMessageRemoved(
	ValidationMessage^ removedMessage
)

Parameters

removedMessage
Type: Microsoft.VisualStudio.Modeling.Validation::ValidationMessage^

The ValidationMessage that has been removed.

This method is called once for each message removed.

Return to top
Show: