IDifferenceBuffer.CurrentSnapshotDifference 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 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.