LanguagePreferences::OnUnregisterView Method (IVsTextView^)
Visual Studio 2015
Called when a view is closed.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Parameters
- view
-
Type:
Microsoft.VisualStudio.TextManager.Interop::IVsTextView^
[in] An IVsTextView interface representing the view that has been closed.
Return Value
Type: System::Int32This method is called when a view has been closed. A language service typically does not need to implement this method.
This method is an implementation of IVsTextManagerEvents2::OnUnregisterView.
The base method does nothing.
Show: