Freigeben über


IVsTextImage2.GetEolTypeEx-Methode

Gibt das EOLTYPE des Markers (EOL) am Zeilenende zurück.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntax

'Declaration
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

Parameter

  • piEolType
    Typ: UInt32%

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

Rückgabewert

Typ: Int32
Wenn die Methode erfolgreich ausgeführt, gibt sie S_OKzurück.Bei einem Fehler wird ein Fehlercode zurückgegeben.

Hinweise

Gibt das EOLTYPE des EOL-Markers in der Textzeile pldzurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsTextImage2 Schnittstelle

Microsoft.VisualStudio.TextManager.Interop-Namespace