_EOLTYPE2 Enumeration

Extends the EOLTYPE enumeration of end of line markers.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntax

'Declaration
Public Enumeration _EOLTYPE2
public enum _EOLTYPE2
public enum class _EOLTYPE2
type _EOLTYPE2
public enum _EOLTYPE2

Members

Member name Description
eolUNI_NEL UNICODE end of line. This value is also defined as MAX_EOLTYPES
MAX_EOLTYPES2 End of enum marker.

Remarks

The values here add to the values in the EOLTYPE enumeration. Users should cast the members of _EOLTYPE2 to EOLTYPE.

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace

EOLTYPE