IVsNavInfo2 Interface

Identifies a symbol in the hierarchical tree of symbols.

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

Syntax

'Declaration
<GuidAttribute("916BA1DD-4C84-431E-9B06-FC80F9496FCF")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsNavInfo2 _
    Inherits IVsNavInfo
[GuidAttribute("916BA1DD-4C84-431E-9B06-FC80F9496FCF")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsNavInfo2 : IVsNavInfo
[GuidAttribute(L"916BA1DD-4C84-431E-9B06-FC80F9496FCF")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsNavInfo2 : IVsNavInfo
[<GuidAttribute("916BA1DD-4C84-431E-9B06-FC80F9496FCF")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsNavInfo2 =  
    interface 
        interface IVsNavInfo 
    end
public interface IVsNavInfo2 extends IVsNavInfo

The IVsNavInfo2 type exposes the following members.

Methods

  Name Description
Public method EnumCanonicalNodes
Public method EnumPresentationNodes
Public method GetLibGuid
Public method GetPreferredLanguage Specifies a preferred language for the COMPlus library, overriding the default algorithm for determining the display language.
Public method GetSymbolType

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace