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)

Syntax

'Declaration
<GuidAttribute("6D5140C8-7436-11CE-8034-00AA006009FA")> _
<InterfaceTypeAttribute()> _
Public Interface IHelp
[GuidAttribute("6D5140C8-7436-11CE-8034-00AA006009FA")]
[InterfaceTypeAttribute()]
public interface IHelp
[GuidAttribute(L"6D5140C8-7436-11CE-8034-00AA006009FA")]
[InterfaceTypeAttribute()]
public interface class IHelp
[<GuidAttribute("6D5140C8-7436-11CE-8034-00AA006009FA")>]
[<InterfaceTypeAttribute()>]
type IHelp =  interface end
public interface IHelp

The IHelp type exposes the following members.

Methods

  Name Description
Public method GetHelpFile Gets the name and path of the help file.
Public method GetHelpInfo Gets information about the context of the help request.
Public method ShowHelp Displays a Help topic.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace