CurrentSnapshotDifference Property

The currently-used snapshot difference that matches up with the current snapshot of TopLevelBuffer.

Namespace:  Microsoft.VisualStudio.Data.Tools.Delta
Assembly:  Microsoft.VisualStudio.Data.Tools.Delta (in Microsoft.VisualStudio.Data.Tools.Delta.dll)

Syntax

'Declaration
ReadOnly Property CurrentSnapshotDifference As ISnapshotDifference
    Get
'Usage
Dim instance As IDifferenceBuffer
Dim value As ISnapshotDifference

value = instance.CurrentSnapshotDifference
ISnapshotDifference CurrentSnapshotDifference { get; }
property ISnapshotDifference^ CurrentSnapshotDifference {
    ISnapshotDifference^ get ();
}
abstract CurrentSnapshotDifference : ISnapshotDifference
function get CurrentSnapshotDifference () : ISnapshotDifference

Property Value

Type: Microsoft.VisualStudio.Data.Tools.Delta..::..ISnapshotDifference

Remarks

Will be null before the first snapshot difference is computed.

See Also

Reference

IDifferenceBuffer Interface

Microsoft.VisualStudio.Data.Tools.Delta Namespace