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
- 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.