IVsTextImage2.GetEolTypeEx(LINEDATAEX[], UInt32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
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 .