Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: UInt32[in] The cookie of the handler to remove from the registry.
Return Value
Type: Int32
Returns S_OK if the method succeeds.
Implements
IVsSymbolicNavigationManager.UnregisterSymbolicNavigationNotify(UInt32)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.