IDTToolsOptionsPage.OnHelp Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when a user clicks the Help
button in a custom Tools
Options
page.
public:
void OnHelp();
public:
void OnHelp();
void OnHelp();
[System.Runtime.InteropServices.DispId(5)]
public void OnHelp ();
[<System.Runtime.InteropServices.DispId(5)>]
abstract member OnHelp : unit -> unit
Public Sub OnHelp ()
- Attributes
Remarks
When the OnHelp method's host interface is implemented, OnHelp acts as an event that occurs when a user clicks Help in a custom Tools Options page.
When OnHelp occurs, you can use DTE.ItemsOperations.Navigate
to display a valid installed help topic.