IVsIntellisenseProjectHost 接口

使项目层次结构节点提供有关嵌套的 IntelliSense 项目 (实现 IVsIntellisenseProject) 的信息对 IntelliSense 工具提示的显示。用于包含的语言。您可以获取此接口的实例从 SVsIntellisenseProjectHost (SID_SVsIntellisenseProjectHost) services。

命名空间:  Microsoft.VisualStudio.Shell.Interop
程序集:  Microsoft.VisualStudio.Shell.Interop.8.0(在 Microsoft.VisualStudio.Shell.Interop.8.0.dll 中)

语法

声明
<GuidAttribute("6C62F743-D2D3-46B3-BFBC-F04B54EE3F79")> _
<InterfaceTypeAttribute()> _
Public Interface IVsIntellisenseProjectHost
[GuidAttribute("6C62F743-D2D3-46B3-BFBC-F04B54EE3F79")]
[InterfaceTypeAttribute()]
public interface IVsIntellisenseProjectHost

IVsIntellisenseProjectHost 类型公开以下成员。

方法

  名称 说明
公共方法 CreateFileCodeModel 检索特定文件的代码模型。
公共方法 GetCompilerOptions 检索当前编译器选项。
公共方法 GetHostProperty 检索宿主特性的字符串值。
公共方法 GetOutputAssembly 返回输出程序集的名称。

页首

备注

有关包含语言的更多信息,请参见 包含的语言

请参见

参考

Microsoft.VisualStudio.Shell.Interop 命名空间