Udostępnij za pośrednictwem


Interfejs IVsHelpSystem

 

Zapewnia dostęp do systemu pomocy.

Przestrzeń nazw:   Microsoft.VisualStudio.Shell.Interop
Zestaw:  Microsoft.VisualStudio.Shell.Interop (w Microsoft.VisualStudio.Shell.Interop.dll)

Składnia

[InterfaceTypeAttribute(1)]
[GuidAttribute("854D7AC0-BC3D-11D0-B421-00A0C90F9DC4")]
public interface IVsHelpSystem
[InterfaceTypeAttribute(1)]
[GuidAttribute("854D7AC0-BC3D-11D0-B421-00A0C90F9DC4")]
public interface class IVsHelpSystem
[<InterfaceTypeAttribute(1)>]
[<GuidAttribute("854D7AC0-BC3D-11D0-B421-00A0C90F9DC4")>]
type IVsHelpSystem = interface end
<InterfaceTypeAttribute(1)>
<GuidAttribute("854D7AC0-BC3D-11D0-B421-00A0C90F9DC4")>
Public Interface IVsHelpSystem

Metody

Nazwa Opis
System_CAPS_pubmethod ActivateHelpSystem(UInt32)

Uruchamia system pomocy i wyświetla spis treści.

System_CAPS_pubmethod ALinkSearch(String, UInt32, UInt32)

Wykonuje wyszukiwanie Alink na podstawie programu word, flagi i kontekst.

System_CAPS_pubmethod DisplayTopicFromIdentifier(String, UInt32, UInt32)

Wyświetla temat, na podstawie identyfikatora.

System_CAPS_pubmethod DisplayTopicFromURL(String, UInt32)

Wyświetla temat, przy użyciu adresu URL i opcje.

System_CAPS_pubmethod FullTextSearchDlg(String, UInt32, UInt32)

Wyświetla okno dialogowe wyszukiwania pełnotekstowego.

System_CAPS_pubmethod GetCurrentURL(String)

Pobiera adres URL tematu, aktualnie wyświetlane w oknie tematu.

System_CAPS_pubmethod KeywordSearch(String, UInt32, UInt32)

Wykonuje wyszukiwanie F1 na podstawie słowa kluczowego, flagi i kontekst.

System_CAPS_pubmethod KeywordSearchDlg(String, UInt32, UInt32)

Wyświetla okno dialogowe wyszukiwania słów kluczowych, wstępnie wyświetlane ze słowem kluczowym.

System_CAPS_pubmethod Reserved(VHS_COMMAND, VsHelpErrors)

Ten interfejs API obsługuje infrastrukturę produkt i nie jest przeznaczony do bezpośredniego użycia z poziomu kodu.

Zobacz też

Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop

Powrót do początku