SnapshotDifferenceChangeEventArgs::Before Property

 

Gets the ISnapshotDifference before the change, which is null for the first change event.

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

Return to top
Show: