IIntegratedHelpService.ShowHelpFromUrl(String) Method

Definition

Shows the Help topic that corresponds to the specified URL.

public:
 void ShowHelpFromUrl(System::String ^ helpUrl);
public void ShowHelpFromUrl (string helpUrl);
abstract member ShowHelpFromUrl : string -> unit
Public Sub ShowHelpFromUrl (helpUrl As String)

Parameters

helpUrl
String

The URL of the Help topic to display.

Applies to