IDifferenceBuffer.BaseLeftBuffer Property
Gets or sets the source of the left buffer in the difference.
Namespace: Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Declaration
ReadOnly Property BaseLeftBuffer As ITextBuffer
ITextBuffer BaseLeftBuffer { get; }
property ITextBuffer^ BaseLeftBuffer {
ITextBuffer^ get ();
}
abstract BaseLeftBuffer : ITextBuffer with get
function get BaseLeftBuffer () : ITextBuffer
Property Value
Type: Microsoft.VisualStudio.Text.ITextBuffer
The source of the left buffer in the difference.
.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.