VsSymbolicNavigationManagerClass.RegisterSymbolicNavigationNotify Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Registers the specified IVsSymbolicNavigationManager handler.
public:
virtual int RegisterSymbolicNavigationNotify(Microsoft::VisualStudio::Shell::Interop::IVsSymbolicNavigationNotify ^ pNotify, [Runtime::InteropServices::Out] System::UInt32 % pdwCookie) = Microsoft::VisualStudio::Shell::Interop::IVsSymbolicNavigationManager::RegisterSymbolicNavigationNotify;
public:
virtual int RegisterSymbolicNavigationNotify(Microsoft::VisualStudio::Shell::Interop::IVsSymbolicNavigationNotify ^ pNotify, [Runtime::InteropServices::Out] System::UInt32 % pdwCookie);
virtual int RegisterSymbolicNavigationNotify(Microsoft::VisualStudio::Shell::Interop::IVsSymbolicNavigationNotify const & pNotify, [Runtime::InteropServices::Out] unsigned int & pdwCookie);
public virtual int RegisterSymbolicNavigationNotify (Microsoft.VisualStudio.Shell.Interop.IVsSymbolicNavigationNotify pNotify, out uint pdwCookie);
abstract member RegisterSymbolicNavigationNotify : Microsoft.VisualStudio.Shell.Interop.IVsSymbolicNavigationNotify * uint32 -> int
override this.RegisterSymbolicNavigationNotify : Microsoft.VisualStudio.Shell.Interop.IVsSymbolicNavigationNotify * uint32 -> int
Public Overridable Function RegisterSymbolicNavigationNotify (pNotify As IVsSymbolicNavigationNotify, ByRef pdwCookie As UInteger) As Integer
Parameters
- pNotify
- IVsSymbolicNavigationNotify
[in] The IVsSymbolicNavigationNotify handler to register.
- pdwCookie
- UInt32
[out] The cookie of the handler registered.
Returns
Returns S_OK
if the method succeeds.