LINEDATAEX.iEolType Field

Type of the new line character at the end of the line (for example "/n", "/r/n", and so on).

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

Syntax

'Declaration
Public iEolType As EOLTYPE
'Usage
Dim instance As LINEDATAEX 
Dim value As EOLTYPE 

value = instance.iEolType 

instance.iEolType = value
public EOLTYPE iEolType
public:
EOLTYPE iEolType
public var iEolType : EOLTYPE

Remarks

COM Signature

From textmgr.idl:

.NET Framework Security

See Also

Reference

LINEDATAEX Structure

LINEDATAEX Members

Microsoft.VisualStudio.TextManager.Interop Namespace