IVsSymbolicNavigationManager Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)

NameDescription
System_CAPS_pubmethodOnBeforeNavigateToSymbol(IVsHierarchy^, UInt32, String^, Int32)

Determines if there is an alternative source file to navigate to for a code symbol (a Goto Definition operation).

System_CAPS_pubmethodQueryNavigateToSymbol(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).

System_CAPS_pubmethodRegisterSymbolicNavigationNotify(IVsSymbolicNavigationNotify^, UInt32)

Registers the symbolic navigation notify implementation in the project.

System_CAPS_pubmethodUnregisterSymbolicNavigationNotify(UInt32)

Unregisters the symbolic navigation notify implementation.

Return to top
Show: