IVsHelpSystem Interface

 

Provides access to the help system.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

[InterfaceTypeAttribute(1)]
[GuidAttribute("854D7AC0-BC3D-11D0-B421-00A0C90F9DC4")]
public interface IVsHelpSystem

NameDescription
System_CAPS_pubmethodActivateHelpSystem(UInt32)

Starts the Help system and displays the table of contents.

System_CAPS_pubmethodALinkSearch(String, UInt32, UInt32)

Performs an Alink search based on the word, flags, and context.

System_CAPS_pubmethodDisplayTopicFromIdentifier(String, UInt32, UInt32)

Displays a topic based on an identifier.

System_CAPS_pubmethodDisplayTopicFromURL(String, UInt32)

Displays a topic using a URL and options.

System_CAPS_pubmethodFullTextSearchDlg(String, UInt32, UInt32)

Displays the full text search dialog.

System_CAPS_pubmethodGetCurrentURL(String)

Retrieves the URL of the topic currently displayed in the topic window.

System_CAPS_pubmethodKeywordSearch(String, UInt32, UInt32)

Performs an F1 search based on a keyword, flags, and context.

System_CAPS_pubmethodKeywordSearchDlg(String, UInt32, UInt32)

Displays the keyword search dialog pre-populated with the keyword.

System_CAPS_pubmethodReserved(VHS_COMMAND, VsHelpErrors)

This API supports the product infrastructure and is not intended to be used directly from your code.

Return to top
Show: