Share via


EOLTYPE Enumeration

Enumerates end of line markers.

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

Syntax

‘선언
Public Enumeration EOLTYPE
‘사용 방법
Dim instance As 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 Mac: \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:

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace

_EOLTYPE2