Interface IVsNavInfoNode
Identifica um nó no caminho do símbolo.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Sintaxe
[GuidAttribute("1BD1DD01-1246-4694-9DA7-8ADCD9CA3275")]
[InterfaceTypeAttribute(1)]
public interface IVsNavInfoNode
[GuidAttribute("1BD1DD01-1246-4694-9DA7-8ADCD9CA3275")]
[InterfaceTypeAttribute(1)]
public interface class IVsNavInfoNode
[<GuidAttribute("1BD1DD01-1246-4694-9DA7-8ADCD9CA3275")>]
[<InterfaceTypeAttribute(1)>]
type IVsNavInfoNode = interface end
<GuidAttribute("1BD1DD01-1246-4694-9DA7-8ADCD9CA3275")>
<InterfaceTypeAttribute(1)>
Public Interface IVsNavInfoNode
Métodos
Nome | Descrição | |
---|---|---|
get_Name(String) | Obtém o nome do nó. |
|
get_Type(UInt32) | Obtém o tipo do nó. |
Consulte também
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo