Enumerates end of line markers.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
Public Enumeration EOLTYPE
public enum EOLTYPE
public enum class EOLTYPE
type EOLTYPE
public enum EOLTYPE
Members
| Member name | Description | |
|---|---|---|
| eolCR | Macintosh: \r. | |
| eolCRLF | MS-DOS: \r\n carriage-return/linefeed. | |
| eolEOF | End of file. | |
| eolLF | Unix: \n. | |
| eolNONE | Artificial ending point (e.g. word-wrapped line). | |
| eolUNI_LINESEP | Unicode line separator. | |
| eolUNI_PARASEP | Unicode paragraph separator. | |
| MAX_EOLTYPES | End of enum marker. This value has been redefined in _EOLTYPE2. |
Remarks
Enumerates end of line markers.. Note that this enumeration has been extended by _EOLTYPE2.
COM Signature
From textmgr.idl: