Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
eolCRLF | MS-DOS: \r\n carriage-return/linefeed. | |
eolCR | Macintosh: \r. | |
eolLF | Unix: \n. | |
eolUNI_LINESEP | Unicode line separator. | |
eolUNI_PARASEP | Unicode paragraph separator. | |
eolEOF | End of file. | |
eolNONE | Artificial ending point (e.g. word-wrapped line). | |
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: