Condividi tramite


Metodo IVsTextLineMarker.GetLineBuffer

Fornisce l'accesso a un buffer di testo associato.

Spazio dei nomi:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Sintassi

'Dichiarazione
Function GetLineBuffer ( _
    <OutAttribute> ByRef ppBuffer As IVsTextLines _
) As Integer
int GetLineBuffer(
    out IVsTextLines ppBuffer
)
int GetLineBuffer(
    [OutAttribute] IVsTextLines^% ppBuffer
)
abstract GetLineBuffer : 
        ppBuffer:IVsTextLines byref -> int
function GetLineBuffer(
    ppBuffer : IVsTextLines
) : int

Parametri

Valore restituito

Tipo: Int32
Se il metodo ha esito positivo, restituisce S_OK.Se non riesce, restituisce un codice di errore.

Note

Firma COM

da textmgr.idl:

HRESULT IVsTextLineMarker::GetLineBuffer(
   [out] IVsTextLines **ppBuffer
);

Questo metodo può essere utilizzato per ottenere l'oggetto sottostante IVsTextLines l'oggetto che contiene il marcatore.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsTextLineMarker Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop