IVsHelpSystem Interface

Provides access to the help system. Supplemented by Help2.

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

Syntax

‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("854D7AC0-BC3D-11D0-B421-00A0C90F9DC4")> _
Public Interface IVsHelpSystem
‘사용 방법
Dim instance As 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

See Also

Reference

IVsHelpSystem Members

Microsoft.VisualStudio.Shell.Interop Namespace