StringDifferenceOptions.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 string differencing to do, as a combination of line, word, and character differencing.
public:
property Microsoft::VisualStudio::Text::Differencing::StringDifferenceTypes DifferenceType { Microsoft::VisualStudio::Text::Differencing::StringDifferenceTypes get(); void set(Microsoft::VisualStudio::Text::Differencing::StringDifferenceTypes value); };
public:
property Microsoft::VisualStudio::Text::Differencing::StringDifferenceTypes DifferenceType { Microsoft::VisualStudio::Text::Differencing::StringDifferenceTypes get(); void set(Microsoft::VisualStudio::Text::Differencing::StringDifferenceTypes value); };
public Microsoft.VisualStudio.Text.Differencing.StringDifferenceTypes DifferenceType { get; set; }
public Microsoft.VisualStudio.Text.Differencing.StringDifferenceTypes DifferenceType { [System.Runtime.CompilerServices.IsReadOnly] get; set; }
member this.DifferenceType : Microsoft.VisualStudio.Text.Differencing.StringDifferenceTypes with get, set
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.DifferenceType : Microsoft.VisualStudio.Text.Differencing.StringDifferenceTypes with get, set
Public Property DifferenceType As StringDifferenceTypes
Property Value
- Attributes