IVsNavInfo Interface

Identifies a symbol in the hierarchical tree of symbols.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Syntax

'Declaration
<GuidAttribute("61772DB8-2D5B-49CB-9CE8-891459921F7F")> _
<InterfaceTypeAttribute()> _
Public Interface IVsNavInfo
[GuidAttribute("61772DB8-2D5B-49CB-9CE8-891459921F7F")]
[InterfaceTypeAttribute()]
public interface IVsNavInfo
[GuidAttribute(L"61772DB8-2D5B-49CB-9CE8-891459921F7F")]
[InterfaceTypeAttribute()]
public interface class IVsNavInfo
[<GuidAttribute("61772DB8-2D5B-49CB-9CE8-891459921F7F")>]
[<InterfaceTypeAttribute()>]
type IVsNavInfo =  interface end
public interface IVsNavInfo

The IVsNavInfo type exposes the following members.

Methods

  Name Description
Public method EnumCanonicalNodes Defines a collection of nodes contained in the canonical path of the symbol.
Public method EnumPresentationNodes Defines a collection of nodes contained in the presentation path of the symbol.
Public method GetLibGuid Identifies the symbol library.
Public method GetSymbolType Identifies the type of the symbol.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace