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

public:
void ScrollToEnd(
	IVsWindowFrame^ frame
)

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.

Return to top
Show: