LanguageService::ScrollToEnd Method (IVsTextView^)
Visual Studio 2015
Updates the specified view to show the end of the source file.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Parameters
- view
-
Type:
Microsoft.VisualStudio.TextManager.Interop::IVsTextView^
[in] The view to update.
The base method positions the view to show the end of the source file.
Show: