Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides access to the help system.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("854D7AC0-BC3D-11D0-B421-00A0C90F9DC4")> _
Public Interface IVsHelpSystem
[InterfaceTypeAttribute()]
[GuidAttribute("854D7AC0-BC3D-11D0-B421-00A0C90F9DC4")]
public interface IVsHelpSystem
[InterfaceTypeAttribute()]
[GuidAttribute(L"854D7AC0-BC3D-11D0-B421-00A0C90F9DC4")]
public interface class IVsHelpSystem
[<InterfaceTypeAttribute()>]
[<GuidAttribute("854D7AC0-BC3D-11D0-B421-00A0C90F9DC4")>]
type IVsHelpSystem = interface end
public interface IVsHelpSystem
The IVsHelpSystem type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
ActivateHelpSystem | Starts the Help system and displays the table of contents. |
![]() |
ALinkSearch | Performs an Alink search based on the word, flags, and context. |
![]() |
DisplayTopicFromIdentifier | Displays a topic based on an identifier. |
![]() |
DisplayTopicFromURL | Displays a topic using a URL and options. |
![]() |
FullTextSearchDlg | Displays the full text search dialog. |
![]() |
GetCurrentURL | Retrieves the URL of the topic currently displayed in the topic window. |
![]() |
KeywordSearch | Performs an F1 search based on a keyword, flags, and context. |
![]() |
KeywordSearchDlg | Displays the keyword search dialog pre-populated with the keyword. |
![]() |
Reserved | Infrastructure. |
Top