VsSymbolicNavigationManagerClass.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 specified IVsSymbolicNavigationManager handler.
public:
virtual int UnregisterSymbolicNavigationNotify(System::UInt32 dwCookie) = Microsoft::VisualStudio::Shell::Interop::IVsSymbolicNavigationManager::UnregisterSymbolicNavigationNotify;
public:
virtual int UnregisterSymbolicNavigationNotify(System::UInt32 dwCookie);
public:
virtual int UnregisterSymbolicNavigationNotify(unsigned int dwCookie) = Microsoft::VisualStudio::Shell::Interop::IVsSymbolicNavigationManager::UnregisterSymbolicNavigationNotify;
virtual int UnregisterSymbolicNavigationNotify(unsigned int dwCookie);
public virtual int UnregisterSymbolicNavigationNotify (uint dwCookie);
abstract member UnregisterSymbolicNavigationNotify : uint32 -> int
override this.UnregisterSymbolicNavigationNotify : uint32 -> int
Public Overridable Function UnregisterSymbolicNavigationNotify (dwCookie As UInteger) As Integer
Parameters
- dwCookie
- UInt32
[in] The cookie of the handler to remove from the registry.
Returns
Returns S_OK
if the method succeeds.