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)

public:
property DifferenceType DifferenceType {
	DifferenceType get();
}

Property Value

Type: Microsoft.VisualStudio.Text.Differencing::DifferenceType

The type of the difference.

Return to top
Show: