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
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.
Permissions
- 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.