VsSymbolicNavigationManagerClass::RegisterSymbolicNavigationNotify Method (IVsSymbolicNavigationNotify^, UInt32)

 

Registers the specified IVsSymbolicNavigationManager handler.

Namespace:   Microsoft.VisualStudio.Shell.Interop
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.

Return Value

Type: System::Int32

Returns S_OK if the method succeeds.

Return to top
Show: