ITextChange.OldText 属性

获取已替换的文本。

命名空间:  Microsoft.VisualStudio.Text
程序集:  Microsoft.VisualStudio.Text.Data(在 Microsoft.VisualStudio.Text.Data.dll 中)

语法

声明
ReadOnly Property OldText As String
string OldText { get; }
property String^ OldText {
    String^ get ();
}
abstract OldText : string with get
function get OldText () : String

属性值

类型:String
已替换的文本。

.NET Framework 安全性

请参阅

参考

ITextChange 接口

Microsoft.VisualStudio.Text 命名空间