IVsIntellisenseProjectHost Interface

Definition

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.

public interface class IVsIntellisenseProjectHost
public interface class IVsIntellisenseProjectHost
__interface IVsIntellisenseProjectHost
[System.Runtime.InteropServices.Guid("6C62F743-D2D3-46B3-BFBC-F04B54EE3F79")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsIntellisenseProjectHost
[<System.Runtime.InteropServices.Guid("6C62F743-D2D3-46B3-BFBC-F04B54EE3F79")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsIntellisenseProjectHost = interface
Public Interface IVsIntellisenseProjectHost
Attributes

Remarks

For more information about contained languages, see Contained Languages.

Methods

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.

Applies to