Share via


StringDifferenceOptions.DifferenceType Property

The type of string differencing to do, as a combination of line, word, and character differencing.

Namespace:  Microsoft.VisualStudio.Text.Differencing
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

Syntax

'Declaration
Public Property DifferenceType As StringDifferenceTypes
public StringDifferenceTypes DifferenceType { get; set; }
public:
property StringDifferenceTypes DifferenceType {
    StringDifferenceTypes get ();
    void set (StringDifferenceTypes value);
}
member DifferenceType : StringDifferenceTypes with get, set
function get DifferenceType () : StringDifferenceTypes
function set DifferenceType (value : StringDifferenceTypes)

Property Value

Type: Microsoft.VisualStudio.Text.Differencing.StringDifferenceTypes
The StringDifferenceTypes.

.NET Framework Security

See Also

Reference

StringDifferenceOptions Structure

Microsoft.VisualStudio.Text.Differencing Namespace