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.
The differencing options for this edit, if ComputeMinimalChange is true.
Namespace: Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
'Declaration
Public ReadOnly Property DifferenceOptions As StringDifferenceOptions
public StringDifferenceOptions DifferenceOptions { get; }
public:
property StringDifferenceOptions DifferenceOptions {
StringDifferenceOptions get ();
}
member DifferenceOptions : StringDifferenceOptions with get
function get DifferenceOptions () : StringDifferenceOptions
Property Value
Type: Microsoft.VisualStudio.Text.Differencing.StringDifferenceOptions
The StringDifferenceOptions.
Remarks
IgnoreTrimWhiteSpace is ignored.
.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.