Help.DisplayTopicFromURLEx(String, IVsHelpTopicShowEvents) 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 in Document Explorer and triggers a specified event after the topic has been loaded.
public:
void DisplayTopicFromURLEx(System::String ^ pszURL, Microsoft::VisualStudio::VSHelp::IVsHelpTopicShowEvents ^ pIVsHelpTopicShowEvents);
public:
void DisplayTopicFromURLEx(Platform::String ^ pszURL, Microsoft::VisualStudio::VSHelp::IVsHelpTopicShowEvents ^ pIVsHelpTopicShowEvents);
void DisplayTopicFromURLEx(std::wstring const & pszURL, Microsoft::VisualStudio::VSHelp::IVsHelpTopicShowEvents const & pIVsHelpTopicShowEvents);
[System.Runtime.InteropServices.DispId(8)]
public void DisplayTopicFromURLEx (string pszURL, Microsoft.VisualStudio.VSHelp.IVsHelpTopicShowEvents pIVsHelpTopicShowEvents);
[<System.Runtime.InteropServices.DispId(8)>]
abstract member DisplayTopicFromURLEx : string * Microsoft.VisualStudio.VSHelp.IVsHelpTopicShowEvents -> unit
Public Sub DisplayTopicFromURLEx (pszURL As String, pIVsHelpTopicShowEvents As IVsHelpTopicShowEvents)
Parameters
- pszURL
- String
String containing an URL address that is compatible with Internet Explorer.
- pIVsHelpTopicShowEvents
- IVsHelpTopicShowEvents
A IVsHelpTopicShowEvents object.
- Attributes
Remarks
This method is deprecated. See DisplayTopicFromURLEx for information about the current implementation.