ISnapshotDifference.LeftBufferSnapshot Property

Gets or sets the snapshot of the left buffer used to compute this difference.

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

Syntax

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

Property Value

Type: Microsoft.VisualStudio.Text.ITextSnapshot
The snapshot of the left buffer used to compute this difference.

.NET Framework Security

See Also

Reference

ISnapshotDifference Interface

Microsoft.VisualStudio.Text.Differencing Namespace