IDifferenceBuffer.CurrentSnapshotDifference Property

Definition

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

public:
 property Microsoft::VisualStudio::Text::Differencing::ISnapshotDifference ^ CurrentSnapshotDifference { Microsoft::VisualStudio::Text::Differencing::ISnapshotDifference ^ get(); };
public:
 property Microsoft::VisualStudio::Text::Differencing::ISnapshotDifference ^ CurrentSnapshotDifference { Microsoft::VisualStudio::Text::Differencing::ISnapshotDifference ^ get(); };
public Microsoft.VisualStudio.Text.Differencing.ISnapshotDifference CurrentSnapshotDifference { get; }
member this.CurrentSnapshotDifference : Microsoft.VisualStudio.Text.Differencing.ISnapshotDifference
Public ReadOnly Property CurrentSnapshotDifference As ISnapshotDifference

Property Value

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

Remarks

Will be null before the first snapshot difference is computed.

Applies to