IDifferenceBuffer.RightBuffer Property

 

Gets or sets the right buffer in the difference.

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

ITextBuffer RightBuffer { get; }

Property Value

Type: Microsoft.VisualStudio.Text.ITextBuffer

The right buffer in the difference.

This will either be equal to the BaseRightBuffer or it will be a projection of the BaseRightBuffer that has been made read-only. Its contents are identical to the contents of BaseRightBuffer.

Return to top
Show: