Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Report removed messages to the task list.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0.dll)
Syntax
'Declaration
Protected Overrides Sub OnValidationMessageRemoved ( _
removedMessage As ValidationMessage _
)
protected override void OnValidationMessageRemoved(
ValidationMessage removedMessage
)
protected:
virtual void OnValidationMessageRemoved(
ValidationMessage^ removedMessage
) override
abstract OnValidationMessageRemoved :
removedMessage:ValidationMessage -> unit
override OnValidationMessageRemoved :
removedMessage:ValidationMessage -> unit
protected override function OnValidationMessageRemoved(
removedMessage : ValidationMessage
)
Parameters
- removedMessage
Type: Microsoft.VisualStudio.Modeling.Validation.ValidationMessage
Remarks
Methods are called in this order: 1. OnValidationMessagesChanging 2. OnValidationMessageRemoved - called once for each message removed. 3. OnValidationMessageAdded - called once for each message added. 4. OnValidationMessagesChangedSummary
.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.