SVsIntegratedHelp Interface

Definition

Passed to the QueryService(Guid, Guid, IntPtr) method to return a reference to the SVsHelp interface.

public interface class SVsIntegratedHelp
public interface class SVsIntegratedHelp
__interface SVsIntegratedHelp
[System.Runtime.InteropServices.Guid("CA8A686A-0882-4E79-BCA3-AF3F3AB3EB8A")]
public interface SVsIntegratedHelp
[<System.Runtime.InteropServices.Guid("CA8A686A-0882-4E79-BCA3-AF3F3AB3EB8A")>]
type SVsIntegratedHelp = interface
Public Interface SVsIntegratedHelp
Attributes

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.

Applies to