IHelpService.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.

Remarks

The Visual Studio integrated development environment's Help system displays the topic.

Applies to