IVsSymbolicNavigationManager.UnregisterSymbolicNavigationNotify Method

Definition

Unregisters the symbolic navigation notify implementation.

public:
 int UnregisterSymbolicNavigationNotify(System::UInt32 dwCookie);
public:
 int UnregisterSymbolicNavigationNotify(unsigned int dwCookie);
int UnregisterSymbolicNavigationNotify(unsigned int dwCookie);
public int UnregisterSymbolicNavigationNotify (uint dwCookie);
abstract member UnregisterSymbolicNavigationNotify : uint32 -> int
Public Function UnregisterSymbolicNavigationNotify (dwCookie As UInteger) As Integer

Parameters

dwCookie
UInt32

[in] Abstract handle that was returned by the call to RegisterSymbolicNavigationNotify(IVsSymbolicNavigationNotify, UInt32).

Returns

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

Applies to