Help::DisplayTopicFromURLEx Method (String^, IVsHelpTopicShowEvents^)

 

Displays a help topic in Document Explorer and triggers a specified event after the topic has been loaded.

Namespace:   Microsoft.VisualStudio.VSHelp
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.

Return to top
Show: