Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the difference collection as a list.
Namespace: Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
'Declaration
ReadOnly Property Differences As IList(Of Difference)
IList<Difference> Differences { get; }
property IList<Difference^>^ Differences {
IList<Difference^>^ get ();
}
abstract Differences : IList<Difference>
function get Differences () : IList<Difference>
Property Value
Type: System.Collections.Generic.IList<Difference>
The list of differences.
Remarks
Since the difference collection itself implements the IEnumerable interface, you can use it to iterate over the differences.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.