IDifferenceBuffer::CurrentSnapshotDifference Property

 

Gets or sets the currently-used snapshot difference that matches up with the current snapshot of the InlineBuffer.

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

property ISnapshotDifference^ CurrentSnapshotDifference {
	ISnapshotDifference^ get();
}

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.

Return to top
Show: