Share via


VsSymbolicNavigationManagerClass.UnregisterSymbolicNavigationNotify Method

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)

Syntax

'Declaration
Public Overridable Function UnregisterSymbolicNavigationNotify ( _
    dwCookie As UInteger _
) As Integer
public virtual int UnregisterSymbolicNavigationNotify(
    uint dwCookie
)
public:
virtual int UnregisterSymbolicNavigationNotify(
    [InAttribute] unsigned int dwCookie
)
abstract UnregisterSymbolicNavigationNotify : 
        dwCookie:uint32 -> int  
override UnregisterSymbolicNavigationNotify : 
        dwCookie:uint32 -> int
public function UnregisterSymbolicNavigationNotify(
    dwCookie : uint
) : int

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.

Implements

IVsSymbolicNavigationManager.UnregisterSymbolicNavigationNotify(UInt32)

.NET Framework Security

See Also

Reference

VsSymbolicNavigationManagerClass Class

Microsoft.VisualStudio.Shell.Interop Namespace