IVsClassView 接口

允许导航到类视图的对象。

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

语法

声明
<InterfaceTypeAttribute()> _
<GuidAttribute("D7ECCE71-9C14-49A9-A93D-A5ED6286AC46")> _
Public Interface IVsClassView
[InterfaceTypeAttribute()]
[GuidAttribute("D7ECCE71-9C14-49A9-A93D-A5ED6286AC46")]
public interface IVsClassView

IVsClassView 类型公开以下成员。

方法

  名称 说明
公共方法 NavigateTo 请求该环境定位到在类视图中搜索特定对象。

页首

备注

使用 SVsClassView 服务获取指向此接口。有关使用服务的更多信息,请参见 Services in the Environment

对调用者的说明

语言实现应调用此接口上的方法,这些实现从编辑的同步类视图命令。

请参见

参考

Microsoft.VisualStudio.Shell.Interop 命名空间