EditSpan.Text 属性

确定替换文本。

命名空间:  Microsoft.VisualStudio.Package
程序集:   Microsoft.VisualStudio.Package.LanguageService.10.0(在 Microsoft.VisualStudio.Package.LanguageService.10.0.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 中)
  Microsoft.VisualStudio.Package.LanguageService(在 Microsoft.VisualStudio.Package.LanguageService.dll 中)

语法

声明
Public Property Text As String
public string Text { get; set; }

属性值

类型:System.String
返回包含文本的字符串替换为。

备注

插入或删除操作可以描述基于替换操作。,在插入的文本时,替换空范围删除用空字符串替换非空范围。

.NET Framework 安全性

请参见

参考

EditSpan 类

Microsoft.VisualStudio.Package 命名空间