Difference.DifferenceType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The type of the difference (Add, Remove, or Change).
public:
property Microsoft::VisualStudio::Text::Differencing::DifferenceType DifferenceType { Microsoft::VisualStudio::Text::Differencing::DifferenceType get(); };
public:
property Microsoft::VisualStudio::Text::Differencing::DifferenceType DifferenceType { Microsoft::VisualStudio::Text::Differencing::DifferenceType get(); };
public Microsoft.VisualStudio.Text.Differencing.DifferenceType DifferenceType { get; }
member this.DifferenceType : Microsoft.VisualStudio.Text.Differencing.DifferenceType
Public ReadOnly Property DifferenceType As DifferenceType
Property Value
The type of the difference.