Share via


IVsSymbolicNavigationManager.RegisterSymbolicNavigationNotify Method

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)

Syntax

'Declaration
Function RegisterSymbolicNavigationNotify ( _
    pNotify As IVsSymbolicNavigationNotify, _
    <OutAttribute> ByRef pdwCookie As UInteger _
) As Integer
int RegisterSymbolicNavigationNotify(
    IVsSymbolicNavigationNotify pNotify,
    out uint pdwCookie
)
int RegisterSymbolicNavigationNotify(
    [InAttribute] IVsSymbolicNavigationNotify^ pNotify, 
    [OutAttribute] unsigned int% pdwCookie
)
abstract RegisterSymbolicNavigationNotify : 
        pNotify:IVsSymbolicNavigationNotify * 
        pdwCookie:uint32 byref -> int 
function RegisterSymbolicNavigationNotify(
    pNotify : IVsSymbolicNavigationNotify, 
    pdwCookie : uint
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsSymbolicNavigationManager Interface

Microsoft.VisualStudio.Shell.Interop Namespace