ValidationMessageObserver.OnValidationMessageRemoved Method
Indicates that a message has been removed.
Namespace: Microsoft.VisualStudio.Modeling.Validation
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.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.ValidationMessageThe 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.