IDifferenceBuffer::RemoveSnapshotLineTransform Method (SnapshotLineTransform^)

 

Remove a custom SnapshotLineTransform previously added with AddSnapshotLineTransform

Namespace:   Microsoft.VisualStudio.Text.Differencing
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

bool RemoveSnapshotLineTransform(
	SnapshotLineTransform^ transform
)

Parameters

transform
Type: Microsoft.VisualStudio.Text.Differencing::SnapshotLineTransform^

The transform to remove.

Return Value

Type: System::Boolean

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

Return to top
Show: