CodeWindowManager::OnNewView Method (IVsTextView^)
Visual Studio 2015
Called when a new text view is created.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Parameters
- newView
-
Type:
Microsoft.VisualStudio.TextManager.Interop::IVsTextView^
[in] The IVsTextView object representing the new text view.
The base method calls CreateViewFilter to create a new command filter for the text view and then adds the filter to an internal list of filters.
In the default managed package framework implementation, this method is called from AddAdornments.
Show: