Share via


StringDifferenceOptions Constructor (StringDifferenceOptions)

Initializes a new instance of StringDifferenceOptions with the specified options.

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

Syntax

'Declaration
Public Sub New ( _
    other As StringDifferenceOptions _
)
public StringDifferenceOptions(
    StringDifferenceOptions other
)
public:
StringDifferenceOptions(
    StringDifferenceOptions other
)
new : 
        other:StringDifferenceOptions -> StringDifferenceOptions
public function StringDifferenceOptions(
    other : StringDifferenceOptions
)

Parameters

.NET Framework Security

See Also

Reference

StringDifferenceOptions Structure

StringDifferenceOptions Overload

Microsoft.VisualStudio.Text.Differencing Namespace