SnapshotDifferenceChangeEventArgs::Before Property
Visual Studio 2015
Gets the ISnapshotDifference before the change, which is null for the first change event.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
public: property ISnapshotDifference^ Before { [CompilerGeneratedAttribute] ISnapshotDifference^ get(); [CompilerGeneratedAttribute] private: void set(ISnapshotDifference^ value); }
Property Value
Type: Microsoft.VisualStudio.Text.Differencing::ISnapshotDifference^The ISnapshotDifference before the change, which is null for the first change event.
Show: