Source.CommentLines 方法
使用行注释,注释源范围。
命名空间: 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 CommentLines ( _
span As TextSpan, _
lineComment As String _
) As TextSpan
public virtual TextSpan CommentLines(
TextSpan span,
string lineComment
)
参数
- span
类型:Microsoft.VisualStudio.TextManager.Interop.TextSpan
描述该范围的 TextSpan 对象放入行注释。
- lineComment
类型:System.String
指定行注释符的字符串。
返回值
类型:Microsoft.VisualStudio.TextManager.Interop.TextSpan
返回包含整个的 TextSpan 对象被注释块,包括添加的行注释启动字符串。
备注
开头在 span 的所有行与行注释字符串。
导致每行的基本方法跳过空白在插入行注释字符串之前。 此方法从 CommentSpan 通常由方法调用。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。