IDifferenceBuffer.InlineBuffer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.