Udostępnij za pośrednictwem


IDifferenceCollection<T>.Differences Property

Definition

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.

Applies to