IDifferenceBuffer.AddSnapshotLineTransform 方法

命名空间:  Microsoft.VisualStudio.Text.Differencing
程序集:  Microsoft.VisualStudio.Text.Logic(在 Microsoft.VisualStudio.Text.Logic.dll 中)

语法

声明
Sub AddSnapshotLineTransform ( _
    transform As SnapshotLineTransform _
)
void AddSnapshotLineTransform(
    SnapshotLineTransform transform
)
void AddSnapshotLineTransform(
    SnapshotLineTransform^ transform
)
abstract AddSnapshotLineTransform : 
        transform:SnapshotLineTransform -> unit
function AddSnapshotLineTransform(
    transform : SnapshotLineTransform
)

参数

.NET Framework 安全性

请参阅

参考

IDifferenceBuffer 接口

Microsoft.VisualStudio.Text.Differencing 命名空间