IVsTextImage2.GetEolLengthEx(LINEDATAEX[], UInt32) Methode

Definition

Gibt die Länge in Zeichen des (EOL)-Markers am Zeilenende zurück.

public:
 int GetEolLengthEx(cli::array <Microsoft::VisualStudio::TextManager::Interop::LINEDATAEX> ^ pld, [Runtime::InteropServices::Out] System::UInt32 % piEolType);
int GetEolLengthEx(std::Array <Microsoft::VisualStudio::TextManager::Interop::LINEDATAEX> const & pld, [Runtime::InteropServices::Out] unsigned int & piEolType);
public int GetEolLengthEx (Microsoft.VisualStudio.TextManager.Interop.LINEDATAEX[] pld, out uint piEolType);
abstract member GetEolLengthEx : Microsoft.VisualStudio.TextManager.Interop.LINEDATAEX[] * uint32 -> int
Public Function GetEolLengthEx (pld As LINEDATAEX(), ByRef piEolType As UInteger) As Integer

Parameter

pld
LINEDATAEX[]

[in] Eine LINEDATAEX-Struktur.

piEolType
UInt32

[out] Ein uint gültiger Member von EOLTYPE.

Gibt zurück

Int32

Wenn die Methode erfolgreich ist, wird S_OK zurückgegeben. Bei einem Fehler wird ein Fehlercode zurückgegeben.

Hinweise

Gibt die Länge in Zeichen des EOL-Markers in der Textzeile zurück pld .

Gilt für