LanguageService.ScrollToEnd Method (IVsWindowFrame)

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

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

Syntax

'宣言
Public Sub ScrollToEnd ( _
    frame As IVsWindowFrame _
)
'使用
Dim instance As LanguageService
Dim frame As IVsWindowFrame

instance.ScrollToEnd(frame)
public void ScrollToEnd(
    IVsWindowFrame frame
)
public:
void ScrollToEnd(
    IVsWindowFrame^ frame
)
public function ScrollToEnd(
    frame : IVsWindowFrame
)

Parameters

Remarks

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

Permissions

See Also

Reference

LanguageService Class

LanguageService Members

ScrollToEnd Overload

Microsoft.VisualStudio.Package Namespace