Help.DisplayTopicFromURL(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.