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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.