LeftBufferSnapshot Property

The snapshot of the left buffer used to compute this difference.

Namespace:  Microsoft.VisualStudio.Data.Tools.Delta
Assembly:  Microsoft.VisualStudio.Data.Tools.Delta (in Microsoft.VisualStudio.Data.Tools.Delta.dll)

Syntax

'Declaration
ReadOnly Property LeftBufferSnapshot As ITextSnapshot
    Get
'Usage
Dim instance As ISnapshotDifference
Dim value As ITextSnapshot

value = instance.LeftBufferSnapshot
ITextSnapshot LeftBufferSnapshot { get; }
property ITextSnapshot^ LeftBufferSnapshot {
    ITextSnapshot^ get ();
}
abstract LeftBufferSnapshot : ITextSnapshot
function get LeftBufferSnapshot () : ITextSnapshot

Property Value

Type: ITextSnapshot

See Also

Reference

ISnapshotDifference Interface

Microsoft.VisualStudio.Data.Tools.Delta Namespace