TextSpanHelper.Clear 方法

将指定的范围的成员为空状态。

命名空间:  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 Sub Clear ( _
    ByRef span As TextSpan _
)
public static void Clear(
    ref TextSpan span
)

参数

备注

此方法设置起始和结束成员为 0 从而创建一个空范围。

.NET Framework 安全性

请参见

参考

TextSpanHelper 类

Microsoft.VisualStudio.Package 命名空间