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.
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
function get DifferenceType () : DifferenceType
Property Value
Type: Microsoft.VisualStudio.Text.Differencing.DifferenceType
The type of the difference.
.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.