SnapshotDifferenceChangeEventArgs.After 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 after the change.
If this is a SnapshotDifferenceChanging
event, this property will be null
, as it hasn't been computed yet.
public:
property Microsoft::VisualStudio::Text::Differencing::ISnapshotDifference ^ After { Microsoft::VisualStudio::Text::Differencing::ISnapshotDifference ^ get(); };
public:
property Microsoft::VisualStudio::Text::Differencing::ISnapshotDifference ^ After { Microsoft::VisualStudio::Text::Differencing::ISnapshotDifference ^ get(); };
public Microsoft.VisualStudio.Text.Differencing.ISnapshotDifference After { get; }
member this.After : Microsoft.VisualStudio.Text.Differencing.ISnapshotDifference
Public ReadOnly Property After As ISnapshotDifference
Property Value
The ISnapshotDifference after the change. If this is a SnapshotDifferenceChanging event, this property is null, because it hasn't been computed yet.