IVsSelectedSymbols 接口

IVsSelectedSymbol 接口的集合提供名称和导航有关符号在选择。您可以获取此接口的实例从 SVsClassView (SID_SVsClassView) 服务的或类视图的 SVsObjBrowser (SID_SVsObjBrowser) 服务或对象浏览器。

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

语法

声明
<GuidAttribute("8A8921BE-42C7-4984-82E9-C68B12C2B22E")> _
<InterfaceTypeAttribute()> _
Public Interface IVsSelectedSymbols
[GuidAttribute("8A8921BE-42C7-4984-82E9-C68B12C2B22E")]
[InterfaceTypeAttribute()]
public interface IVsSelectedSymbols

IVsSelectedSymbols 类型公开以下成员。

方法

  名称 说明
公共方法 EnumSelectedSymbols
公共方法 GetCount
公共方法 GetItem
公共方法 GetItemTypes

页首

请参见

参考

Microsoft.VisualStudio.Shell.Interop 命名空间