Share via


VsSymbolicNavigationManagerClass.RegisterSymbolicNavigationNotify Method

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

  • pdwCookie
    Type: System.UInt32%

    [out] The cookie of the handler registered.

Return Value

Type: System.Int32
Returns S_OK if the method succeeds.

Implements

IVsSymbolicNavigationManager.RegisterSymbolicNavigationNotify(IVsSymbolicNavigationNotify, UInt32%)

.NET Framework Security

See Also

Reference

VsSymbolicNavigationManagerClass Class

Microsoft.VisualStudio.Shell.Interop Namespace