VsSymbolicNavigationManagerClass::RegisterSymbolicNavigationNotify Method (IVsSymbolicNavigationNotify^, UInt32)
Visual Studio 2015
Registers the specified IVsSymbolicNavigationManager handler.
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
public: virtual int RegisterSymbolicNavigationNotify( IVsSymbolicNavigationNotify^ pNotify, [OutAttribute] unsigned int% pdwCookie )
Parameters
- pNotify
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsSymbolicNavigationNotify^
[in] The IVsSymbolicNavigationNotify handler to register.
- pdwCookie
-
Type:
System::UInt32
[out] The cookie of the handler registered.
Show: