Source.CommentSpan 方法

注释源指定的范围。

命名空间:  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 CommentSpan ( _
    span As TextSpan _
) As TextSpan
public virtual TextSpan CommentSpan(
    TextSpan span
)

参数

返回值

类型:Microsoft.VisualStudio.TextManager.Interop.TextSpan
包含整个批注的大小,包括任何注释开始和结束字符串的新 TextSpan 对象。

备注

此方法确定最佳通过决定注释该范围中的行之间和阻塞注释,然后调用 CommentBlockCommentLines 方法在范围。调用 GetCommentFormat 方法来获取定义注释的字符串。

,如果行注释字符串指定,基方法调用 GetCommentFormat 方法,然后调用 CommentLines 方法;否则,因此,如果块注释字符串指定,调用 CommentBlock 方法。请注意此方法始终使用行注释,如果行注释和块字符串指定注释--即使注释文本块。

此方法通常会调用以响应选择命令 注释选择 的用户从在 编辑 菜单的 高级 菜单。

使用参见有关此方法的更多信息 评审的代码 (托管包结构)

.NET Framework 安全性

请参见

参考

Source 类

Microsoft.VisualStudio.Package 命名空间

其他资源

评审的代码 (托管包结构)