Sdílet prostřednictvím


SnapshotDifferenceChangeEventArgs.After Property

Definition

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.

Applies to