ErrorListObserver.OnValidationEnded Method

This member overrides ValidationMessageObserver.OnValidationEnded(ValidationContext).

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)

Syntax

'宣言
Protected Overrides Sub OnValidationEnded ( _
    context As ValidationContext _
)
'使用
Dim context As ValidationContext

Me.OnValidationEnded(context)
protected override void OnValidationEnded(
    ValidationContext context
)
protected:
virtual void OnValidationEnded(
    ValidationContext^ context
) override
protected override function OnValidationEnded(
    context : ValidationContext
)

Parameters

Permissions

See Also

Reference

ErrorListObserver Class

ErrorListObserver Members

Microsoft.VisualStudio.Modeling.Shell Namespace