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
'Declaration
<GuidAttribute("1BD1DD01-1246-4694-9DA7-8ADCD9CA3275")> _
<InterfaceTypeAttribute()> _
Public Interface 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
The IVsNavInfoNode type exposes the following members.
Methods
Name | Description | |
---|---|---|
get_Name | Gets the name of the node. | |
get_Type | Gets the type of the node. |
Top