Help2.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.
Microsoft Internal Use Only.
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
An IVsHelpTopicShowEvents object.
Implements
- Attributes
Remarks
Use DisplayTopicFromURL instead.