IDifferenceBuffer::CurrentSnapshotDifference Property
Visual Studio 2015
Gets or sets the currently-used snapshot difference that matches up with the current snapshot of the InlineBuffer.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Property Value
Type: Microsoft.VisualStudio.Text.Differencing::ISnapshotDifference^The currently-used snapshot difference that matches up with the current snapshot of the InlineBuffer.
This is null before the first snapshot difference is computed.
Show: