IDifferenceBuffer::AddSnapshotLineTransform Method (SnapshotLineTransform^)

 

Add a custom SnapshotLineTransform, which can modify lines of text before they are compared.

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

void AddSnapshotLineTransform(
	SnapshotLineTransform^ transform
)

Parameters

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

The transform to add.

Return to top
Show: