VsSymbolicNavigationManagerClass.UnregisterSymbolicNavigationNotify(UInt32) Método

Definição

Cancela o registro do IVsSymbolicNavigationManager manipulador especificado.

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

Parâmetros

dwCookie
UInt32

no O cookie do manipulador a ser removido do registro.

Retornos

Int32

Retornará S_OK se o método for bem-sucedido.

Implementações

Aplica-se a