IVsIntellisenseProjectHost Interface
Visual Studio 2015
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.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | CreateFileCodeModel(String, Object) | Retrieves the code model for a given file. |
![]() | GetCompilerOptions(String) | Retrieves the current compiler options. |
![]() | GetHostProperty(UInt32, Object) | Retrieves the string value of a host property. |
![]() | GetOutputAssembly(String) | Returns the name of the output assembly. |
For more information about contained languages, see Contained Languages.
Show:
