LINEDATA.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

'Déclaration
Public iEolType As EOLTYPE
'Utilisation
Dim instance As LINEDATA
Dim value As EOLTYPE

value = instance.iEolType

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

Remarks

COM Signature

From textmgr.idl:

.NET Framework Security

See Also

Reference

LINEDATA Structure

LINEDATA Members

Microsoft.VisualStudio.TextManager.Interop Namespace