IDifferenceBuffer.LeftBuffer Property

 

Gets or sets the left buffer of the difference.

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

ITextBuffer LeftBuffer { get; }

Property Value

Type: Microsoft.VisualStudio.Text.ITextBuffer

The left buffer of the difference.

This is a projection of the BaseLeftBuffer that has been made read-only. Its contents are identical to the contents of BaseLeftBuffer.

Return to top
Show: