LanguageService::ScrollToEnd Method
Visual Studio 2015
Update the view to show the end of the source file.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | ScrollToEnd(IVsTextView^) | Updates the specified view to show the end of the source file. |
![]() | ScrollToEnd(IVsWindowFrame^) | Updates the view in the specified window frame to show the end of the source file. |
These methods are typically called when the user presses Ctrl-End in the view.
Show:
