Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.