IVsSymbolicNavigationManager.UnregisterSymbolicNavigationNotify 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.
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.