Share via


DiffOptionFlags Enumeration

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.TeamFoundation.VersionControl.Common
Assembly:  Microsoft.TeamFoundation.VersionControl.Common (in Microsoft.TeamFoundation.VersionControl.Common.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration DiffOptionFlags
'Usage
Dim instance As DiffOptionFlags
[FlagsAttribute]
public enum DiffOptionFlags
[FlagsAttribute]
public enum class DiffOptionFlags
public enum DiffOptionFlags

Members

Member name Description
None
IgnoreEndOfLineDifference
IgnoreCase
IgnoreWhiteSpace
IgnoreKanaType
IgnoreSymbols
IgnoreNonSpace Ignores non-spacing characters and Japanese Accents.
IgnoreWidth Used to differentiate between Single-Byte Character System (SBCS) and Double-Byte Character System (DBCS).
EnablePreambleHandling If a code page has an optional byte preamble and this flag is set then if both files include the preamble then do not include the preamble in the first line. However, if one file does not have the preamble then the preamble bytes are included in the first line. If this bit is not set then the preamble (if any) is always included in the first line.

See Also

Reference

Microsoft.TeamFoundation.VersionControl.Common Namespace