Help.DisplayTopicFromURLEx(String, IVsHelpTopicShowEvents) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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.