IVsNavInfoNode Interface
Identifies a node in the path of the symbol.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaración
<GuidAttribute("1BD1DD01-1246-4694-9DA7-8ADCD9CA3275")> _
<InterfaceTypeAttribute()> _
Public Interface IVsNavInfoNode
'Uso
Dim instance As IVsNavInfoNode
[GuidAttribute("1BD1DD01-1246-4694-9DA7-8ADCD9CA3275")]
[InterfaceTypeAttribute()]
public interface IVsNavInfoNode
[GuidAttribute(L"1BD1DD01-1246-4694-9DA7-8ADCD9CA3275")]
[InterfaceTypeAttribute()]
public interface class IVsNavInfoNode
[<GuidAttribute("1BD1DD01-1246-4694-9DA7-8ADCD9CA3275")>]
[<InterfaceTypeAttribute()>]
type IVsNavInfoNode = interface end
public interface IVsNavInfoNode