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)

[GuidAttribute("61772DB8-2D5B-49CB-9CE8-891459921F7F")]
[InterfaceTypeAttribute(1)]
public interface IVsNavInfo

NameDescription
System_CAPS_pubmethodEnumCanonicalNodes(IVsEnumNavInfoNodes)

Defines a collection of nodes contained in the canonical path of the symbol.

System_CAPS_pubmethodEnumPresentationNodes(UInt32, IVsEnumNavInfoNodes)

Defines a collection of nodes contained in the presentation path of the symbol.

System_CAPS_pubmethodGetLibGuid(Guid)

Identifies the symbol library.

System_CAPS_pubmethodGetSymbolType(UInt32)

Identifies the type of the symbol.

Return to top
Show: