Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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
'Déclaration
Public Sub ScrollToEnd ( _
frame As IVsWindowFrame _
)
'Utilisation
Dim instance As LanguageService
Dim frame As IVsWindowFrame
instance.ScrollToEnd(frame)
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.