IDifferenceBuffer.RemoveSnapshotLineTransform(SnapshotLineTransform) Method

Definition

public:
 bool RemoveSnapshotLineTransform(Microsoft::VisualStudio::Text::Differencing::SnapshotLineTransform ^ transform);
public:
 bool RemoveSnapshotLineTransform(Microsoft::VisualStudio::Text::Differencing::SnapshotLineTransform ^ transform);
public bool RemoveSnapshotLineTransform (Microsoft.VisualStudio.Text.Differencing.SnapshotLineTransform transform);
abstract member RemoveSnapshotLineTransform : Microsoft.VisualStudio.Text.Differencing.SnapshotLineTransform -> bool
Public Function RemoveSnapshotLineTransform (transform As SnapshotLineTransform) As Boolean

Parameters

transform
SnapshotLineTransform

The transform to remove.

Returns

true if the transform was found and removed, false otherwise.

Applies to