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 | |
---|---|---|
EnumCanonicalNodes | Defines a collection of nodes contained in the canonical path of the symbol. | |
EnumPresentationNodes | Defines a collection of nodes contained in the presentation path of the symbol. | |
GetLibGuid | Identifies the symbol library. | |
GetSymbolType | Identifies the type of the symbol. |
Top