TextSpanHelper.IsEmpty 方法

确定给定范围是否为空。

命名空间:  Microsoft.VisualStudio.Package
程序集:   Microsoft.VisualStudio.Package.LanguageService.11.0(在 Microsoft.VisualStudio.Package.LanguageService.11.0.dll 中)
  Microsoft.VisualStudio.Package.LanguageService(在 Microsoft.VisualStudio.Package.LanguageService.dll 中)
  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 中)

语法

声明
Public Shared Function IsEmpty ( _
    span As TextSpan _
) As Boolean
public static bool IsEmpty(
    TextSpan span
)

参数

返回值

类型:System.Boolean
,如果给定范围为空,则返回; true 否则,返回 false。

备注

一个空范围是起始位置和结束位置相等一个。但是,这并不一定意味着起点和终点为 0。

.NET Framework 安全性

请参见

参考

TextSpanHelper 类

Microsoft.VisualStudio.Package 命名空间