ValidationMessageObserver.OnValidationMessageRemoved Method

Indicates that a message has been removed.

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

Syntax

'Declaration
Protected Overridable Sub OnValidationMessageRemoved ( _
    removedMessage As ValidationMessage _
)
'Usage
Dim removedMessage As ValidationMessage 

Me.OnValidationMessageRemoved(removedMessage)
protected virtual void OnValidationMessageRemoved(
    ValidationMessage removedMessage
)
protected:
virtual void OnValidationMessageRemoved(
    ValidationMessage^ removedMessage
)
protected function OnValidationMessageRemoved(
    removedMessage : ValidationMessage
)

Parameters

Remarks

This method is called once for each message removed.

.NET Framework Security

See Also

Reference

ValidationMessageObserver Class

ValidationMessageObserver Members

Microsoft.VisualStudio.Modeling.Validation Namespace