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