IVsIntellisenseProjectHost Interface
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
'Declaración
<GuidAttribute("6C62F743-D2D3-46B3-BFBC-F04B54EE3F79")> _
<InterfaceTypeAttribute()> _
Public Interface IVsIntellisenseProjectHost
'Uso
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.