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 | |
---|---|---|
IgnoreCaseId | Whether or not to ignore case when performing line-level differencing. | |
IgnoreDelimiterBehaviorId | Whether or not to ignore certain delimiter chars when performing line-level differencing | |
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.