Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enables a project hierarchy node to provide information about nested IntelliSense projects (projects implementing IVsIntellisenseProject) to display in IntelliSense tooltips. Used with contained languages. You can get an instance of this interface from the SVsIntellisenseProjectHost (SID_SVsIntellisenseProjectHost) service.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<GuidAttribute("6C62F743-D2D3-46B3-BFBC-F04B54EE3F79")> _
<InterfaceTypeAttribute()> _
Public Interface IVsIntellisenseProjectHost
'Usage
Dim instance As IVsIntellisenseProjectHost
[GuidAttribute("6C62F743-D2D3-46B3-BFBC-F04B54EE3F79")]
[InterfaceTypeAttribute()]
public interface IVsIntellisenseProjectHost
[GuidAttribute(L"6C62F743-D2D3-46B3-BFBC-F04B54EE3F79")]
[InterfaceTypeAttribute()]
public interface class IVsIntellisenseProjectHost
public interface IVsIntellisenseProjectHost
Remarks
For more information about contained languages, see Contained Languages.