IDifferenceBuffer.InlineBuffer Property

Definition

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

public:
 property Microsoft::VisualStudio::Text::Projection::IProjectionBuffer ^ InlineBuffer { Microsoft::VisualStudio::Text::Projection::IProjectionBuffer ^ get(); };
public:
 property Microsoft::VisualStudio::Text::Projection::IProjectionBuffer ^ InlineBuffer { Microsoft::VisualStudio::Text::Projection::IProjectionBuffer ^ get(); };
public Microsoft.VisualStudio.Text.Projection.IProjectionBuffer InlineBuffer { get; }
member this.InlineBuffer : Microsoft.VisualStudio.Text.Projection.IProjectionBuffer
Public ReadOnly Property InlineBuffer As IProjectionBuffer

Property Value

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

Applies to