IVsSymbolicNavigationManager Interface
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
Syntax
'Declaration
<GuidAttribute("C4D4F197-941E-43B1-9D42-BE527F9D5D00")> _
<InterfaceTypeAttribute()> _
Public Interface IVsSymbolicNavigationManager
[GuidAttribute("C4D4F197-941E-43B1-9D42-BE527F9D5D00")]
[InterfaceTypeAttribute()]
public interface IVsSymbolicNavigationManager
[GuidAttribute(L"C4D4F197-941E-43B1-9D42-BE527F9D5D00")]
[InterfaceTypeAttribute()]
public interface class IVsSymbolicNavigationManager
[<GuidAttribute("C4D4F197-941E-43B1-9D42-BE527F9D5D00")>]
[<InterfaceTypeAttribute()>]
type IVsSymbolicNavigationManager = interface end
public interface IVsSymbolicNavigationManager
The IVsSymbolicNavigationManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
OnBeforeNavigateToSymbol | ||
QueryNavigateToSymbol | ||
RegisterSymbolicNavigationNotify | ||
UnregisterSymbolicNavigationNotify |
Top