ErrorListObserver.OnValidationMessageRemoved 方法

報告工作清單移除的訊息。

命名空間:  Microsoft.VisualStudio.Modeling.Shell
組件:  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll 中)

語法

'宣告
Protected Overrides Sub OnValidationMessageRemoved ( _
    removedMessage As ValidationMessage _
)
protected override void OnValidationMessageRemoved(
    ValidationMessage removedMessage
)

參數

備註

以下列順序呼叫方法: 1。OnValidationMessagesChanging 2。OnValidationMessageRemoved-針對每個訊息已移除呼叫一次。3.OnValidationMessageAdded-呼叫一次加入每封郵件。4.OnValidationMessagesChangedSummary

.NET Framework 安全性

請參閱

參考

ErrorListObserver 類別

Microsoft.VisualStudio.Modeling.Shell 命名空間