ErrorListObserver.OnValidationMessageRemoved(ValidationMessage) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Report removed messages to the task list.
protected:
override void OnValidationMessageRemoved(Microsoft::VisualStudio::Modeling::Validation::ValidationMessage ^ removedMessage);
protected override void OnValidationMessageRemoved (Microsoft.VisualStudio.Modeling.Validation.ValidationMessage removedMessage);
override this.OnValidationMessageRemoved : Microsoft.VisualStudio.Modeling.Validation.ValidationMessage -> unit
Protected Overrides Sub OnValidationMessageRemoved (removedMessage As ValidationMessage)
Parameters
- removedMessage
- 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