Freigeben über


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)

Syntax

'Declaration
ReadOnly Property InlineBuffer As IProjectionBuffer
IProjectionBuffer InlineBuffer { get; }
property IProjectionBuffer^ InlineBuffer {
    IProjectionBuffer^ get ();
}
abstract InlineBuffer : IProjectionBuffer with get
function get InlineBuffer () : IProjectionBuffer

Property Value

Type: Microsoft.VisualStudio.Text.Projection.IProjectionBuffer
The top-level buffer, which contains the differences combined.

.NET Framework Security

See Also

Reference

IDifferenceBuffer Interface

Microsoft.VisualStudio.Text.Differencing Namespace