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)
Syntax
'Declaration
ReadOnly Property DifferenceBuffer As IDifferenceBuffer
IDifferenceBuffer DifferenceBuffer { get; }
property IDifferenceBuffer^ DifferenceBuffer {
IDifferenceBuffer^ get ();
}
abstract DifferenceBuffer : IDifferenceBuffer with get
function get DifferenceBuffer () : IDifferenceBuffer
Property Value
Type: Microsoft.VisualStudio.Text.Differencing.IDifferenceBuffer
The IDifferenceBuffer that generated this difference.
Remarks
To find out whether this difference is current, you can compare it against CurrentSnapshotDifference.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.