IDifferenceBuffer::BaseLeftBuffer Property

 

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

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

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

Property Value

Type: Microsoft.VisualStudio.Text::ITextBuffer^

The source of the left buffer in the difference.

Return to top
Show: