Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.