Help.DisplayTopicFromURLEx(String, IVsHelpTopicShowEvents) Method

Definition

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.

Applies to