Share via


DifferenceBufferOptions.IgnoreWhiteSpaceBehaviorId Field

The ID of the option that determines what type of whitespace, if any, to ignore when performing line-level differencing.

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

Syntax

'Declaration
Public Shared ReadOnly IgnoreWhiteSpaceBehaviorId As EditorOptionKey(Of IgnoreWhiteSpaceBehavior)
public static readonly EditorOptionKey<IgnoreWhiteSpaceBehavior> IgnoreWhiteSpaceBehaviorId
public:
static initonly EditorOptionKey<IgnoreWhiteSpaceBehavior> IgnoreWhiteSpaceBehaviorId
static val IgnoreWhiteSpaceBehaviorId: EditorOptionKey<IgnoreWhiteSpaceBehavior>
public static final var IgnoreWhiteSpaceBehaviorId : EditorOptionKey<IgnoreWhiteSpaceBehavior>

.NET Framework Security

See Also

Reference

DifferenceBufferOptions Class

Microsoft.VisualStudio.Text.Differencing Namespace