IVsNavInfo 接口

标识在符号层次结构树中的符号。

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

语法

声明
<GuidAttribute("61772DB8-2D5B-49CB-9CE8-891459921F7F")> _
<InterfaceTypeAttribute()> _
Public Interface IVsNavInfo
[GuidAttribute("61772DB8-2D5B-49CB-9CE8-891459921F7F")]
[InterfaceTypeAttribute()]
public interface IVsNavInfo

IVsNavInfo 类型公开以下成员。

方法

  名称 说明
公共方法 EnumCanonicalNodes 定义该符号规范路径包含的节点的集合。
公共方法 EnumPresentationNodes 定义该符号表示路径包含的节点的集合。
公共方法 GetLibGuid 标识符号库。
公共方法 GetSymbolType 标识符号的类型。

页首

请参见

参考

Microsoft.VisualStudio.Shell.Interop 命名空间