IVsSymbolicNavigationManager.RegisterSymbolicNavigationNotify Method

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

Syntax

‘선언
Function RegisterSymbolicNavigationNotify ( _
    pNotify As IVsSymbolicNavigationNotify, _
    <OutAttribute> ByRef pdwCookie As UInteger _
) As Integer
‘사용 방법
Dim instance As IVsSymbolicNavigationManager
Dim pNotify As IVsSymbolicNavigationNotify
Dim pdwCookie As UInteger
Dim returnValue As Integer

returnValue = instance.RegisterSymbolicNavigationNotify(pNotify, _
    pdwCookie)
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

IVsSymbolicNavigationManager Members

Microsoft.VisualStudio.Shell.Interop Namespace