Help::DisplayTopicFromURLEx Method (String^, IVsHelpTopicShowEvents^)
Visual Studio 2015
Displays a help topic in Document Explorer and triggers a specified event after the topic has been loaded.
Assembly: Microsoft.VisualStudio.VSHelp (in Microsoft.VisualStudio.VSHelp.dll)
void DisplayTopicFromURLEx(
String^ pszURL,
IVsHelpTopicShowEvents^ pIVsHelpTopicShowEvents
)
Parameters
- pszURL
-
Type:
System::String^
String containing an URL address that is compatible with Internet Explorer.
- pIVsHelpTopicShowEvents
-
Type:
Microsoft.VisualStudio.VSHelp::IVsHelpTopicShowEvents^
A IVsHelpTopicShowEvents object.
This method is deprecated. See DisplayTopicFromURLEx for information about the current implementation.
Show: