VsSymbolicNavigationManagerClass.UnregisterSymbolicNavigationNotify(UInt32) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Hebt die Registrierung des angegebenen IVsSymbolicNavigationManager-Handlers auf.
public:
virtual int UnregisterSymbolicNavigationNotify(System::UInt32 dwCookie) = Microsoft::VisualStudio::Shell::Interop::IVsSymbolicNavigationManager::UnregisterSymbolicNavigationNotify;
public:
virtual int UnregisterSymbolicNavigationNotify(unsigned int dwCookie) = Microsoft::VisualStudio::Shell::Interop::IVsSymbolicNavigationManager::UnregisterSymbolicNavigationNotify;
virtual int UnregisterSymbolicNavigationNotify(unsigned int dwCookie);
public virtual int UnregisterSymbolicNavigationNotify (uint dwCookie);
abstract member UnregisterSymbolicNavigationNotify : uint32 -> int
override this.UnregisterSymbolicNavigationNotify : uint32 -> int
Public Overridable Function UnregisterSymbolicNavigationNotify (dwCookie As UInteger) As Integer
Parameter
- dwCookie
- UInt32
[in] Das Cookie des Handlers, der aus der Registrierung entfernt werden soll.
Gibt zurück
Gibt S_OK zurück, wenn die Methode erfolgreich ausgeführt wird.