SnapshotDifferenceChangeEventArgs.Before 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 ISnapshotDifference before the change, which is null
for the
first change event.
public:
property Microsoft::VisualStudio::Text::Differencing::ISnapshotDifference ^ Before { Microsoft::VisualStudio::Text::Differencing::ISnapshotDifference ^ get(); };
public:
property Microsoft::VisualStudio::Text::Differencing::ISnapshotDifference ^ Before { Microsoft::VisualStudio::Text::Differencing::ISnapshotDifference ^ get(); };
public Microsoft.VisualStudio.Text.Differencing.ISnapshotDifference Before { get; }
member this.Before : Microsoft.VisualStudio.Text.Differencing.ISnapshotDifference
Public ReadOnly Property Before As ISnapshotDifference
Property Value
The ISnapshotDifference before the change, which is null for the first change event.