IHelp Interface

 

Manages the retrieval and display of online help information. You can get an instance of the interface from the SHelp (SID_SHelp) service.

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

[GuidAttribute("6D5140C8-7436-11CE-8034-00AA006009FA")]
[InterfaceTypeAttribute(1)]
public interface IHelp

NameDescription
System_CAPS_pubmethodGetHelpFile(String)

Gets the name and path of the help file.

System_CAPS_pubmethodGetHelpInfo(UInt32)

Gets information about the context of the help request.

System_CAPS_pubmethodShowHelp(String, UInt32, UInt32)

Displays a Help topic.

Return to top
Show: