Help.DisplayTopicFromURLEx(String, IVsHelpTopicShowEvents) Methode

Definition

Zeigt ein Hilfethema im Dokument-Explorer an und löst ein bestimmtes Ereignis aus, nachdem das Thema geladen wurde.

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)

Parameter

pszURL
String

Eine Zeichenfolge mit einer URL-Adresse, die mit Internet Explorer kompatibel ist.

pIVsHelpTopicShowEvents
IVsHelpTopicShowEvents

Ein IVsHelpTopicShowEvents-Objekt.

Attribute

Hinweise

Diese Methode ist als veraltet markiert. DisplayTopicFromURLExWeitere Informationen zur aktuellen Implementierung finden Sie unter.

Gilt für