IVsTextImage2.GetEolTypeEx(LINEDATAEX[], UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the EOLTYPE of the end-of-line (EOL) marker.
public:
int GetEolTypeEx(cli::array <Microsoft::VisualStudio::TextManager::Interop::LINEDATAEX> ^ pld, [Runtime::InteropServices::Out] System::UInt32 % piEolType);
int GetEolTypeEx(std::Array <Microsoft::VisualStudio::TextManager::Interop::LINEDATAEX> const & pld, [Runtime::InteropServices::Out] unsigned int & piEolType);
public int GetEolTypeEx (Microsoft.VisualStudio.TextManager.Interop.LINEDATAEX[] pld, out uint piEolType);
abstract member GetEolTypeEx : Microsoft.VisualStudio.TextManager.Interop.LINEDATAEX[] * uint32 -> int
Public Function GetEolTypeEx (pld As LINEDATAEX(), ByRef piEolType As UInteger) As Integer
Parameters
- pld
- LINEDATAEX[]
[in] A LINEDATAEX structure.
- piEolType
- UInt32
[out] A uint valid member of EOLTYPE.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
Returns the EOLTYPE of the EOL marker in the text line pld
.