ISnapshotDifference::DifferenceBuffer Property

 

Gets or sets the IDifferenceBuffer that generated this difference.

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

property IDifferenceBuffer^ DifferenceBuffer {
	IDifferenceBuffer^ get();
}

Property Value

Type: Microsoft.VisualStudio.Text.Differencing::IDifferenceBuffer^

The IDifferenceBuffer that generated this difference.

To find out whether this difference is current, you can compare it against CurrentSnapshotDifference.

Return to top
Show: