LanguageService.ScrollToEnd 方法 (IVsTextView)

命名空间:  Microsoft.VisualStudio.Package
程序集:   Microsoft.VisualStudio.Package.LanguageService.9.0(在 Microsoft.VisualStudio.Package.LanguageService.9.0.dll 中)
  Microsoft.VisualStudio.Package.LanguageService.10.0(在 Microsoft.VisualStudio.Package.LanguageService.10.0.dll 中)
  Microsoft.VisualStudio.Package.LanguageService.11.0(在 Microsoft.VisualStudio.Package.LanguageService.11.0.dll 中)
  Microsoft.VisualStudio.Package.LanguageService(在 Microsoft.VisualStudio.Package.LanguageService.dll 中)

语法

声明
Public Sub ScrollToEnd ( _
    view As IVsTextView _
)
public void ScrollToEnd(
    IVsTextView view
)

参数

备注

基础方法确定视图显示源文件尾。

.NET Framework 安全性

请参见

参考

LanguageService 类

ScrollToEnd 重载

Microsoft.VisualStudio.Package 命名空间