VsSymbolicNavigationManagerClass::UnregisterSymbolicNavigationNotify Method (UInt32)

 

Unregisters 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 UnregisterSymbolicNavigationNotify(
	unsigned int dwCookie
)

Parameters

dwCookie
Type: System::UInt32

[in] The cookie of the handler to remove from the registry.

Return Value

Type: System::Int32

Returns S_OK if the method succeeds.

Return to top
Show: