IDifferenceCollection<T>::Differences Property

 

Returns the difference collection as a list.

Namespace:   Microsoft.VisualStudio.Text.Differencing
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

property IList<Difference^>^ Differences {
	IList<Difference^>^ get();
}

Property Value

Type: System.Collections.Generic::IList<Difference^>^

The list of differences.

Since the difference collection itself implements the IEnumerable interface, you can use it to iterate over the differences.

Return to top
Show: