IVsSymbolicNavigationManager Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
| Name | Description | |
|---|---|---|
![]() | OnBeforeNavigateToSymbol(IVsHierarchy^, UInt32, String^, Int32) | Determines if there is an alternative source file to navigate to for a code symbol (a Goto Definition operation). |
![]() | QueryNavigateToSymbol(IVsHierarchy^, UInt32, String^, IVsHierarchy^, UInt32, array<TextSpan>^, Int32) | Retrieves the alternative navigation target for the symbol if there is one (this method does not do the actual navigation). |
![]() | RegisterSymbolicNavigationNotify(IVsSymbolicNavigationNotify^, UInt32) | Registers the symbolic navigation notify implementation in the project. |
![]() | UnregisterSymbolicNavigationNotify(UInt32) | Unregisters the symbolic navigation notify implementation. |
Show:
