Partager via


IVsTextLayer2.GetEolTypeEx, méthode

Retourne EOLTYPE de la marque de la fin de ligne de la ligne de texte.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop.8.0 (dans Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntaxe

'Déclaration
Function GetEolTypeEx ( _
    pld As LINEDATAEX(), _
    <OutAttribute> ByRef piEolType As UInteger _
) As Integer
int GetEolTypeEx(
    LINEDATAEX[] pld,
    out uint piEolType
)
int GetEolTypeEx(
    [InAttribute] array<LINEDATAEX>^ pld, 
    [OutAttribute] unsigned int% piEolType
)
abstract GetEolTypeEx : 
        pld:LINEDATAEX[] * 
        piEolType:uint32 byref -> int
function GetEolTypeEx(
    pld : LINEDATAEX[], 
    piEolType : uint
) : int

Paramètres

Valeur de retour

Type : Int32
Si la méthode réussit, elle retourne S_OK.En cas d'échec, un code d'erreur est retourné.

Notes

Retourne EOLTYPE de la marque de fin de ligne terminant la ligne de texte contenue dans pld. Cette méthode étend l'interface d'IVsTextLayer.

Sécurité .NET Framework

Voir aussi

Référence

IVsTextLayer2 Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms