Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Protected Overridable Sub OnValidationMessageRemoved ( _
    removedMessage As ValidationMessage _
)
protected virtual void OnValidationMessageRemoved(
    ValidationMessage removedMessage
)
protected:
virtual void OnValidationMessageRemoved(
    ValidationMessage^ removedMessage
)
abstract OnValidationMessageRemoved : 
        removedMessage:ValidationMessage -> unit  
override OnValidationMessageRemoved : 
        removedMessage:ValidationMessage -> unit
protected function OnValidationMessageRemoved(
    removedMessage : ValidationMessage
)
Parameters
- removedMessage 
 Type: Microsoft.VisualStudio.Modeling.Validation.ValidationMessage- The ValidationMessage that has been removed. 
Remarks
This method is called once for each message removed.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.