VsSymbolicNavigationManagerClass.RegisterSymbolicNavigationNotify Yöntem

Tanım

Belirtilen işleyiciyi kaydeder IVsSymbolicNavigationManager .

public:
 virtual int RegisterSymbolicNavigationNotify(Microsoft::VisualStudio::Shell::Interop::IVsSymbolicNavigationNotify ^ pNotify, [Runtime::InteropServices::Out] System::UInt32 % pdwCookie) = Microsoft::VisualStudio::Shell::Interop::IVsSymbolicNavigationManager::RegisterSymbolicNavigationNotify;
 virtual int RegisterSymbolicNavigationNotify(Microsoft::VisualStudio::Shell::Interop::IVsSymbolicNavigationNotify const & pNotify, [Runtime::InteropServices::Out] unsigned int & pdwCookie);
public virtual int RegisterSymbolicNavigationNotify (Microsoft.VisualStudio.Shell.Interop.IVsSymbolicNavigationNotify pNotify, out uint pdwCookie);
abstract member RegisterSymbolicNavigationNotify : Microsoft.VisualStudio.Shell.Interop.IVsSymbolicNavigationNotify * uint32 -> int
override this.RegisterSymbolicNavigationNotify : Microsoft.VisualStudio.Shell.Interop.IVsSymbolicNavigationNotify * uint32 -> int
Public Overridable Function RegisterSymbolicNavigationNotify (pNotify As IVsSymbolicNavigationNotify, ByRef pdwCookie As UInteger) As Integer

Parametreler

pNotify
IVsSymbolicNavigationNotify

'ndaki IVsSymbolicNavigationNotify Kaydolmak için işleyici.

pdwCookie
UInt32

dışı Kaydedilen işleyicinin tanımlama bilgisi.

Döndürülenler

Int32

S_OKYöntemin başarılı olup olmadığını döndürür.

Uygulamalar

Şunlara uygulanır