IDTToolsOptionsPage.OnHelp Method

Definition

Occurs when a user clicks the Help button in a custom ToolsOptions 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.

Applies to