IVsTextImage2::GetEolTypeEx Method (array<LINEDATAEX>^, UInt32)

 

Returns the EOLTYPE of the end-of-line (EOL) marker.

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

int GetEolTypeEx(
	array<LINEDATAEX>^ pld,
	[OutAttribute] unsigned int% piEolType
)

Parameters

pld
Type: array<Microsoft.VisualStudio.TextManager.Interop::LINEDATAEX>^

[in] A LINEDATAEX structure.

piEolType
Type: System::UInt32

[out] A uint valid member of EOLTYPE.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Returns the EOLTYPE of the EOL marker in the text line pld.

Return to top
Show: