共用方式為


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 命名空間