VsSymbolicNavigationManagerClass.RegisterSymbolicNavigationNotify Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
S_OKYöntemin başarılı olup olmadığını döndürür.