LanguageService::ScrollToEnd Method (IVsWindowFrame^)
Visual Studio 2015
Updates the view in the specified window frame to show the end of the source file.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Parameters
- frame
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsWindowFrame^
[in] The IVsWindowFrame containing the view to update.
The base method gets the IVsTextView from the IVsWindowFrame object and calls the other LanguageService::ScrollToEnd.
Show: