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

‘선언
<GuidAttribute("6C62F743-D2D3-46B3-BFBC-F04B54EE3F79")> _
<InterfaceTypeAttribute()> _
Public Interface IVsIntellisenseProjectHost
‘사용 방법
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
[<GuidAttribute("6C62F743-D2D3-46B3-BFBC-F04B54EE3F79")>]
[<InterfaceTypeAttribute()>]
type IVsIntellisenseProjectHost =  interface end
public interface IVsIntellisenseProjectHost

Remarks

For more information about contained languages, see Contained Languages.

See Also

Reference

IVsIntellisenseProjectHost Members

Microsoft.VisualStudio.Shell.Interop Namespace