共用方式為


ITextViewLine.Change 屬性

取得此呈現的文字行在目前配置與先前配置之間的變更。

命名空間:  Microsoft.VisualStudio.Text.Formatting
組件:  Microsoft.VisualStudio.Text.UI (在 Microsoft.VisualStudio.Text.UI.dll 中)

語法

'宣告
ReadOnly Property Change As TextViewLineChange
TextViewLineChange Change { get; }
property TextViewLineChange Change {
    TextViewLineChange get ();
}
abstract Change : TextViewLineChange with get
function get Change () : TextViewLineChange

屬性值

類型:Microsoft.VisualStudio.Text.Formatting.TextViewLineChange
這對於呈現目前的配置和先前的版面配置之間的 textline。

.NET Framework 安全性

請參閱

參考

ITextViewLine 介面

Microsoft.VisualStudio.Text.Formatting 命名空間