LanguageService::ScrollToEnd Method

 

Update the view to show the end of the source file.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

NameDescription
System_CAPS_pubmethodScrollToEnd(IVsTextView^)

Updates the specified view to show the end of the source file.

System_CAPS_pubmethodScrollToEnd(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.

Return to top
Show: