DifferenceBufferOptions Class

Inheritance Hierarchy

System..::..Object
  Microsoft.VisualStudio.Data.Tools.Delta..::..DifferenceBufferOptions

Namespace:  Microsoft.VisualStudio.Data.Tools.Delta
Assembly:  Microsoft.VisualStudio.Data.Tools.Delta (in Microsoft.VisualStudio.Data.Tools.Delta.dll)

Syntax

'Declaration
Public NotInheritable Class DifferenceBufferOptions
'Usage
public static class DifferenceBufferOptions
public ref class DifferenceBufferOptions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type DifferenceBufferOptions =  class end
public final class DifferenceBufferOptions

The DifferenceBufferOptions type exposes the following members.

Fields

  Name Description
Public fieldStatic member IgnoreCaseId Whether or not to ignore case when performing line-level differencing.
Public fieldStatic member IgnoreDelimiterBehaviorId Whether or not to ignore certain delimiter chars when performing line-level differencing
Public fieldStatic member IgnoreWhiteSpaceBehaviorId What type of whitespace, if any, to ignore when performing line-level differencing.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.Data.Tools.Delta Namespace