Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Override to show help via the Visual Studio help system
Namespace:   Microsoft.VisualStudio.Modeling.Integration.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.12.0.dll)
Syntax
protected override void OnHelpRequested(
    HelpEventArgs hevent
)
protected:
virtual void OnHelpRequested(
    HelpEventArgs^ hevent
) override
override OnHelpRequested : 
        hevent:HelpEventArgs -> unit
Protected Overrides Sub OnHelpRequested (
    hevent As HelpEventArgs
)
Parameters
- hevent 
 Type: System.Windows.Forms.HelpEventArgs- Help event arguments 
Return Value
See Also
DialogBase Class
Microsoft.VisualStudio.Modeling.Integration.Shell Namespace
Return to top