IFormattedLine.SetLineTransform 方法

设置用于对格式化文本行中的文本设置格式的行转换。

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

语法

声明
Sub SetLineTransform ( _
    transform As LineTransform _
)
void SetLineTransform(
    LineTransform transform
)
void SetLineTransform(
    LineTransform transform
)
abstract SetLineTransform : 
        transform:LineTransform -> unit
function SetLineTransform(
    transform : LineTransform
)

参数

异常

异常 条件
ObjectDisposedException

IWpfTextViewLine 已被释放。

.NET Framework 安全性

请参阅

参考

IFormattedLine 接口

Microsoft.VisualStudio.Text.Formatting 命名空间