LanguageService.ScrollToEnd Method (IVsWindowFrame)

Updates the view in the specified window frame to show the end of the source file.

Namespace:  Microsoft.VisualStudio.Package
Assemblies:   Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.10.0 (in Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.11.0 (in Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
  Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)

Syntax

'Declaration
Public Sub ScrollToEnd ( _
    frame As IVsWindowFrame _
)
public void ScrollToEnd(
    IVsWindowFrame frame
)
public:
void ScrollToEnd(
    IVsWindowFrame^ frame
)
member ScrollToEnd : 
        frame:IVsWindowFrame -> unit
public function ScrollToEnd(
    frame : IVsWindowFrame
)

Parameters

Remarks

The base method gets the IVsTextView from the IVsWindowFrame object and calls the other LanguageService.ScrollToEnd.

.NET Framework Security

See Also

Reference

LanguageService Class

ScrollToEnd Overload

Microsoft.VisualStudio.Package Namespace