共用方式為


IFormattedLine.SetChange 方法

設定此文字行的 Change 屬性。

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

語法

'宣告
Sub SetChange ( _
    change As TextViewLineChange _
)
void SetChange(
    TextViewLineChange change
)
void SetChange(
    TextViewLineChange change
)
abstract SetChange : 
        change:TextViewLineChange -> unit
function SetChange(
    change : TextViewLineChange
)

參數

.NET Framework 安全性

請參閱

參考

IFormattedLine 介面

Microsoft.VisualStudio.Text.Formatting 命名空間