DataSchemaErrorTask.OnHelp Method
Called when help is requested by the user.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Protected Overrides Sub OnHelp ( _
e As EventArgs _
)
protected override void OnHelp(
EventArgs e
)
protected:
virtual void OnHelp(
EventArgs^ e
) override
abstract OnHelp :
e:EventArgs -> unit
override OnHelp :
e:EventArgs -> unit
protected override function OnHelp(
e : EventArgs
)
Parameters
- e
Type: System.EventArgs
Arguments to the help call.
.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.