Metodo IVsTextLayer2.GetEolTextEx
Restituisce una stringa contenente il marcatore di fine riga (EOL) della riga di testo.
Spazio dei nomi: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Sintassi
'Dichiarazione
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
Parametri
pld
Tipo: array<Microsoft.VisualStudio.TextManager.Interop.LINEDATAEX[][in] In LINEDATAEX struttura.
pbstrEolText
Tipo: String%[out] Stringa contenente il testo del marcatore di fine riga.
Valore restituito
Tipo: Int32
Se il metodo ha esito positivo, restituisce S_OK.Se non riesce, restituisce un codice di errore.
Note
Restituisce il marcatore di fine riga dalla riga di testo contenuto in pld. questo metodo estende IVsTextLayer interfaccia.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.