IDifferenceCollection<T>.Differences Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the difference collection as a list.
public:
property System::Collections::Generic::IList<Microsoft::VisualStudio::Text::Differencing::Difference ^> ^ Differences { System::Collections::Generic::IList<Microsoft::VisualStudio::Text::Differencing::Difference ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.VisualStudio.Text.Differencing.Difference> Differences { get; }
member this.Differences : System.Collections.Generic.IList<Microsoft.VisualStudio.Text.Differencing.Difference>
Public ReadOnly Property Differences As IList(Of Difference)
Property Value
The list of differences.
Remarks
Since the difference collection itself implements the IEnumerable interface, you can use it to iterate over the differences.