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.
Registers 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 RegisterSymbolicNavigationNotify ( _
pNotify As IVsSymbolicNavigationNotify, _
<OutAttribute> ByRef pdwCookie As UInteger _
) As Integer
public virtual int RegisterSymbolicNavigationNotify(
IVsSymbolicNavigationNotify pNotify,
out uint pdwCookie
)
public:
virtual int RegisterSymbolicNavigationNotify(
[InAttribute] IVsSymbolicNavigationNotify^ pNotify,
[OutAttribute] unsigned int% pdwCookie
)
abstract RegisterSymbolicNavigationNotify :
pNotify:IVsSymbolicNavigationNotify *
pdwCookie:uint32 byref -> int
override RegisterSymbolicNavigationNotify :
pNotify:IVsSymbolicNavigationNotify *
pdwCookie:uint32 byref -> int
public function RegisterSymbolicNavigationNotify(
pNotify : IVsSymbolicNavigationNotify,
pdwCookie : uint
) : int
Parameters
pNotify
Type: Microsoft.VisualStudio.Shell.Interop.IVsSymbolicNavigationNotify[in] The IVsSymbolicNavigationNotify handler to register.
pdwCookie
Type: UInt32%[out] The cookie of the handler registered.
Return Value
Type: Int32
Returns S_OK if the method succeeds.
Implements
IVsSymbolicNavigationManager.RegisterSymbolicNavigationNotify(IVsSymbolicNavigationNotify, 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.