Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Report removed messages to the task list.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.11.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.