LanguageService::OnActiveViewChanged Method (IVsTextView^)
Visual Studio 2015
Called when the current view has changed to a different view.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Parameters
- textView
-
Type:
Microsoft.VisualStudio.TextManager.Interop::IVsTextView^
[in] The IVsTextView object representing the new current view.
This method is typically called when a new view has been added to the code window manager.
The base method internally stores the given view as the currently active view.
Show: