Source.SetText 方法 (TextSpan, String)
用给定文本替换源指定的范围。
命名空间: 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 Sub SetText ( _
span As TextSpan, _
newText As String _
)
public void SetText(
TextSpan span,
string newText
)
参数
- span
类型:Microsoft.VisualStudio.TextManager.Interop.TextSpan
描述范围的 TextSpan 对象替换。
- newText
类型:System.String
保存新的文本字符串。
备注
向前此方法以另一范围面向 SetText(Int32, Int32, Int32, Int32, String) 方法的调用。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。