Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- other
 Type: Microsoft.VisualStudio.Text.Differencing.StringDifferenceOptions
 The other options.
.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.
See Also
Reference
StringDifferenceOptions Structure