Поделиться через


DialogBase.OnHelpRequested Method

Override to show help via the Visual Studio help system

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

Syntax

'Декларация
Protected Overrides Sub OnHelpRequested ( _
    hevent As HelpEventArgs _
)
protected override void OnHelpRequested(
    HelpEventArgs hevent
)
protected:
virtual void OnHelpRequested(
    HelpEventArgs^ hevent
) override
abstract OnHelpRequested : 
        hevent:HelpEventArgs -> unit 
override OnHelpRequested : 
        hevent:HelpEventArgs -> unit 
protected override function OnHelpRequested(
    hevent : HelpEventArgs
)

Parameters

.NET Framework Security

See Also

Reference

DialogBase Class

Microsoft.VisualStudio.Modeling.Integration.Shell Namespace