Partager via


IVsTextStorage2.GetEolTextEx, méthode

Retourne une chaîne contenant la marque de (EOL) fin de ligne terminant 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 GetEolTextEx ( _
    pld As LINEDATAEX(), _
    <OutAttribute> ByRef pbstrEolText As String _
) As Integer
int GetEolTextEx(
    LINEDATAEX[] pld,
    out string pbstrEolText
)
int GetEolTextEx(
    [InAttribute] array<LINEDATAEX>^ pld, 
    [OutAttribute] String^% pbstrEolText
)
abstract GetEolTextEx : 
        pld:LINEDATAEX[] * 
        pbstrEolText:string byref -> int
function GetEolTextEx(
    pld : LINEDATAEX[], 
    pbstrEolText : String
) : int

Paramètres

  • pbstrEolText
    Type : String%

    [] chaîne d'Un contenant le texte de la marque de fin de ligne (EOL).

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

l'GetEolTextEx retourne la marque de (EOL) fin de ligne de la ligne de texte contenue dans pld. Cette méthode étend l'interface d'IVsTextStorage.

Sécurité .NET Framework

Voir aussi

Référence

IVsTextStorage2 Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms