DifferenceBufferOptions Class

A set of options for the difference buffer.

Inheritance Hierarchy

Object
  Microsoft.VisualStudio.Text.Differencing.DifferenceBufferOptions

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

Syntax

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

The DifferenceBufferOptions type exposes the following members.

Fields

  Name Description
Public fieldStatic member IgnoreCaseId The ID of the option that determines whether or not to ignore case when performing line-level differencing.
Public fieldStatic member IgnoreCaseName The name of the option that determines whether or not to ignore case when performing line-level differencing.
Public fieldStatic member IgnoreWhiteSpaceBehaviorId The ID of the option that determines what type of whitespace, if any, to ignore when performing line-level differencing.
Public fieldStatic member IgnoreWhiteSpaceBehaviorName The name of the option that determines 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.Text.Differencing Namespace