SnapshotDifferenceChangeEventArgs::After Property

 

Gets the ISnapshotDifference after the change. If this is a SnapshotDifferenceChanging event, this property is null, because it hasn't been computed yet.

Namespace:   Microsoft.VisualStudio.Text.Differencing
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.

Return to top
Show: