IDifferenceBuffer::InlineBuffer Property

 

Gets or sets the top-level buffer, which contains the differences combined.

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

property IProjectionBuffer^ InlineBuffer {
	IProjectionBuffer^ get();
}

Property Value

Type: Microsoft.VisualStudio.Text.Projection::IProjectionBuffer^

The top-level buffer, which contains the differences combined.

Return to top
Show: