ISnapshotDifference.LeftBufferSnapshot Property

Definition

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

public:
 property Microsoft::VisualStudio::Text::ITextSnapshot ^ LeftBufferSnapshot { Microsoft::VisualStudio::Text::ITextSnapshot ^ get(); };
public:
 property Microsoft::VisualStudio::Text::ITextSnapshot ^ LeftBufferSnapshot { Microsoft::VisualStudio::Text::ITextSnapshot ^ get(); };
public Microsoft.VisualStudio.Text.ITextSnapshot LeftBufferSnapshot { get; }
member this.LeftBufferSnapshot : Microsoft.VisualStudio.Text.ITextSnapshot
Public ReadOnly Property LeftBufferSnapshot As ITextSnapshot

Property Value

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

Applies to