IVsIntellisenseProjectHost Members
Include Protected Members
Include Inherited Members
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.
The IVsIntellisenseProjectHost type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateFileCodeModel | Retrieves the code model for a given file. | |
GetCompilerOptions | Retrieves the current compiler options. | |
GetHostProperty | Retrieves the string value of a host property. | |
GetOutputAssembly | Returns the name of the output assembly. |
Top