IVsBrowseObject 接口

允许 IVsHierarchy 对象的检索或退出的 VSITEMID 项目配置浏览对象。

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

语法

声明
<GuidAttribute("BC5B644E-7FD7-4A75-98CC-0C2C98AA96F6")> _
<InterfaceTypeAttribute()> _
Public Interface IVsBrowseObject
[GuidAttribute("BC5B644E-7FD7-4A75-98CC-0C2C98AA96F6")]
[InterfaceTypeAttribute()]
public interface IVsBrowseObject

IVsBrowseObject 类型公开以下成员。

方法

  名称 说明
公共方法 GetProjectItem 返回层次结构或项目项对象的映射到浏览对象相对应。

页首

备注

对实现者的说明

实现 IVsBrowseObject 映射回对象与浏览对象相对应。 对于需要了解项目的子类型很有用的项对象或项目项为。

请参见

参考

Microsoft.VisualStudio.Shell.Interop 命名空间