IVsTextImage2.GetEolTypeEx(LINEDATAEX[], UInt32) Méthode

Définition

Retourne l'EOLTYPE du marqueur de fin de ligne (EOL).

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

Paramètres

pld
LINEDATAEX[]

[in] Structure LINEDATAEX.

piEolType
UInt32

[out] Membre valide uint d'EOLTYPE.

Retours

Int32

Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.

Remarques

Retourne le EOLTYPE du marqueur de fin de ligne dans la ligne de texte pld .

S’applique à