Help.DisplayTopicFromURL(String) Method

Definition

Displays a help topic specified by the URL in Document Explorer.

public:
 void DisplayTopicFromURL(System::String ^ pszURL);
public:
 void DisplayTopicFromURL(Platform::String ^ pszURL);
void DisplayTopicFromURL(std::wstring const & pszURL);
[System.Runtime.InteropServices.DispId(7)]
public void DisplayTopicFromURL (string pszURL);
[<System.Runtime.InteropServices.DispId(7)>]
abstract member DisplayTopicFromURL : string -> unit
Public Sub DisplayTopicFromURL (pszURL As String)

Parameters

pszURL
String

A string containing the URL.

Attributes

Remarks

This method is deprecated. See DisplayTopicFromURL for information about the current implementation.

Applies to