SVsIntegratedHelp Interface

Passed to the QueryService method to return a reference to the SVsHelp interface.

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

Syntax

'Declaration
<GuidAttribute("CA8A686A-0882-4E79-BCA3-AF3F3AB3EB8A")> _
Public Interface SVsIntegratedHelp
'Usage
Dim instance As SVsIntegratedHelp
[GuidAttribute("CA8A686A-0882-4E79-BCA3-AF3F3AB3EB8A")]
public interface SVsIntegratedHelp
[GuidAttribute(L"CA8A686A-0882-4E79-BCA3-AF3F3AB3EB8A")]
public interface class SVsIntegratedHelp
public interface SVsIntegratedHelp

Remarks

This service is available only if the help is integrated into the Visual Studio shell. If the help is in an external program, use the SVsHelp service. The SVsIntegratedHelp service is for those circumstances when you must know whether the help is integrated.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace