Share via


DifferenceBufferOptions.IgnoreCaseId Field

The ID of the option that determines whether or not to ignore case 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 IgnoreCaseId As EditorOptionKey(Of Boolean)
public static readonly EditorOptionKey<bool> IgnoreCaseId
public:
static initonly EditorOptionKey<bool> IgnoreCaseId
static val IgnoreCaseId: EditorOptionKey<bool>
public static final var IgnoreCaseId : EditorOptionKey<boolean>

.NET Framework Security

See Also

Reference

DifferenceBufferOptions Class

Microsoft.VisualStudio.Text.Differencing Namespace