Share via


Difference.DifferenceType Property

The type of the difference (add, remove, or change).

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

Syntax

'Declaration
Public ReadOnly Property DifferenceType As DifferenceType
public DifferenceType DifferenceType { get; }
public:
property DifferenceType DifferenceType {
    DifferenceType get ();
}
member DifferenceType : DifferenceType with get
function get DifferenceType () : DifferenceType

Property Value

Type: Microsoft.VisualStudio.Text.Differencing.DifferenceType
The type of the difference.

.NET Framework Security

See Also

Reference

Difference Class

Microsoft.VisualStudio.Text.Differencing Namespace