This member overrides ValidationMessageObserver.OnValidationMessageRemoved(ValidationMessage).
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)
Syntax
'宣言
Protected Overrides Sub OnValidationMessageRemoved ( _
removedMessage As ValidationMessage _
)
'使用
Dim removedMessage As ValidationMessage
Me.OnValidationMessageRemoved(removedMessage)
protected override void OnValidationMessageRemoved(
ValidationMessage removedMessage
)
protected:
virtual void OnValidationMessageRemoved(
ValidationMessage^ removedMessage
) override
protected override function OnValidationMessageRemoved(
removedMessage : ValidationMessage
)
Parameters
- removedMessage
Type: Microsoft.VisualStudio.Modeling.Validation.ValidationMessage
Permissions
- 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.