Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 (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
- frame
Type: Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame
[in] The IVsWindowFrame containing the view to update.
Remarks
The base method gets the IVsTextView from the IVsWindowFrame object and calls the other LanguageService.ScrollToEnd.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.