LanguageService.ScrollToEnd Method (IVsTextView)

Updates the specified view 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 ( _
    view As IVsTextView _
)
'使用
Dim instance As LanguageService
Dim view As IVsTextView

instance.ScrollToEnd(view)
public void ScrollToEnd(
    IVsTextView view
)
public:
void ScrollToEnd(
    IVsTextView^ view
)
public function ScrollToEnd(
    view : IVsTextView
)

Parameters

Remarks

The base method positions the view to show the end of the source file.

Permissions

See Also

Reference

LanguageService Class

LanguageService Members

ScrollToEnd Overload

Microsoft.VisualStudio.Package Namespace