Freigeben über


IDifferenceBuffer.LeftBuffer Property

Gets or sets the left buffer of the difference.

Namespace:  Microsoft.VisualStudio.Text.Differencing
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

Syntax

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

Property Value

Type: Microsoft.VisualStudio.Text.ITextBuffer
The left buffer of the difference.

Remarks

This is a projection of the BaseLeftBuffer that has been made read-only. Its contents are identical to the contents of BaseLeftBuffer.

.NET Framework Security

See Also

Reference

IDifferenceBuffer Interface

Microsoft.VisualStudio.Text.Differencing Namespace