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.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
void ScrollToEnd(
	IVsTextView^ view
)

Parameters

view
Type: Microsoft.VisualStudio.TextManager.Interop::IVsTextView^

[in] The view to update.

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

Return to top
Show: