IVsSymbolicNavigationManager.RegisterSymbolicNavigationNotify Method

Definition

Registers the symbolic navigation notify implementation in the project.

public:
 int RegisterSymbolicNavigationNotify(Microsoft::VisualStudio::Shell::Interop::IVsSymbolicNavigationNotify ^ pNotify, [Runtime::InteropServices::Out] System::UInt32 % pdwCookie);
int RegisterSymbolicNavigationNotify(Microsoft::VisualStudio::Shell::Interop::IVsSymbolicNavigationNotify const & pNotify, [Runtime::InteropServices::Out] unsigned int & pdwCookie);
public int RegisterSymbolicNavigationNotify (Microsoft.VisualStudio.Shell.Interop.IVsSymbolicNavigationNotify pNotify, out uint pdwCookie);
abstract member RegisterSymbolicNavigationNotify : Microsoft.VisualStudio.Shell.Interop.IVsSymbolicNavigationNotify * uint32 -> int
Public Function RegisterSymbolicNavigationNotify (pNotify As IVsSymbolicNavigationNotify, ByRef pdwCookie As UInteger) As Integer

Parameters

pNotify
IVsSymbolicNavigationNotify

[in] Pointer to an IVsSymbolicNavigationNotify handler.

pdwCookie
UInt32

[out] Abstract handle to be used later to unregister this implementation.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Applies to