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
'宣言
Public ReadOnly Property DifferenceType As DifferenceType
Get
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.