VsSymbolicNavigationManagerClass Methods

 

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

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

Determines if there is an alternate source file within which to navigate for a specified code symbol (GoTo Definition operation).

System_CAPS_pubmethodQueryNavigateToSymbol(IVsHierarchy^, UInt32, String^, IVsHierarchy^, UInt32, array<TextSpan>^, Int32)

Retrieves the alternate navigation target for the specified symbol,l if there is one.

System_CAPS_pubmethodRegisterSymbolicNavigationNotify(IVsSymbolicNavigationNotify^, UInt32)

Registers the specified IVsSymbolicNavigationManager handler.

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodUnregisterSymbolicNavigationNotify(UInt32)

Unregisters the specified IVsSymbolicNavigationManager handler.

Return to top
Show: