IDTToolsOptionsPage.OnHelp Method
Occurs when a user clicks the Help button in a custom ToolsOptions page.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
Sub OnHelp
void OnHelp()
void OnHelp()
abstract OnHelp : unit -> unit
function OnHelp()
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.
.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.