SnapshotDifferenceChangeEventArgs::After Property
Visual Studio 2015
Gets the ISnapshotDifference after the change. If this is a SnapshotDifferenceChanging event, this property is null, because it hasn't been computed yet.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
public: property ISnapshotDifference^ After { [CompilerGeneratedAttribute] ISnapshotDifference^ get(); [CompilerGeneratedAttribute] private: void set(ISnapshotDifference^ value); }
Property Value
Type: Microsoft.VisualStudio.Text.Differencing::ISnapshotDifference^The ISnapshotDifference after the change. If this is a SnapshotDifferenceChanging event, this property is null, because it hasn't been computed yet.
Show: