IDifferenceBuffer::BaseRightBuffer Property

 

Gets or sets the source of the right buffer in the difference.

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

property ITextBuffer^ BaseRightBuffer {
	ITextBuffer^ get();
}

Property Value

Type: Microsoft.VisualStudio.Text::ITextBuffer^

The source of the right buffer in the difference.

Return to top
Show: