Source.CommentBlock 方法

注释源范围使用隐藏注释。

命名空间:  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 Overridable Function CommentBlock ( _
    span As TextSpan, _
    blockStart As String, _
    blockEnd As String _
) As TextSpan
public virtual TextSpan CommentBlock(
    TextSpan span,
    string blockStart,
    string blockEnd
)

参数

  • blockStart
    类型:System.String
    指定注释块启动符的字符串。
  • blockEnd
    类型:System.String
    指定注释块结束字符或字符的字符串。

返回值

类型:Microsoft.VisualStudio.TextManager.Interop.TextSpan
包含整个的 TextSpan 对象被注释块,包括添加的注释开始和结束字符串。

备注

此方法用与的指定范围指定的块注释字符串。

该基方法批注为指定的大小并返回包括添加的注释块分隔符的一个新范围。 此方法从 CommentSpan 通常由方法调用。 如果范围的边界为零,则在 span 指定的仅第一行中跳过任何前导空白后注释对于行。

.NET Framework 安全性

请参见

参考

Source 类

Microsoft.VisualStudio.Package 命名空间