ISnapshotDifference.DifferenceBuffer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The IDifferenceBuffer that generated this difference.
public:
property Microsoft::VisualStudio::Text::Differencing::IDifferenceBuffer ^ DifferenceBuffer { Microsoft::VisualStudio::Text::Differencing::IDifferenceBuffer ^ get(); };
public Microsoft.VisualStudio.Text.Differencing.IDifferenceBuffer DifferenceBuffer { get; }
member this.DifferenceBuffer : Microsoft.VisualStudio.Text.Differencing.IDifferenceBuffer
Public ReadOnly Property DifferenceBuffer As IDifferenceBuffer
Property Value
The IDifferenceBuffer that generated this difference.
Remarks
To determine if this difference is current, you can compare it against CurrentSnapshotDifference.