Source.GetText 方法 (TextSpan)

在文本范围中获取文本中。

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

语法

声明
Public Function GetText ( _
    span As TextSpan _
) As String
public string GetText(
    TextSpan span
)

参数

返回值

类型:System.String
在文本范围包含的文本。

.NET Framework 安全性

请参见

参考

Source 类

GetText 重载

Microsoft.VisualStudio.Package 命名空间