Condividi tramite


Metodo VsTextBufferClass.IVsTextLines_GetSize

Restituisce la dimensione dei caratteri del buffer.

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

Sintassi

'Dichiarazione
Public Overridable Function IVsTextLines_GetSize ( _
    <OutAttribute> ByRef piLength As Integer _
) As Integer
public virtual int IVsTextLines_GetSize(
    out int piLength
)
public:
virtual int IVsTextLines_GetSize(
    [OutAttribute] int% piLength
)
abstract IVsTextLines_GetSize : 
        piLength:int byref -> int  
override IVsTextLines_GetSize : 
        piLength:int byref -> int
public function IVsTextLines_GetSize(
    piLength : int
) : int

Parametri

  • piLength
    Tipo: Int32%

    [out] Puntatore alla dimensione del buffer, non necessariamente lo stesso valore come la dimensione della memoria interno-allocata del buffer o la dimensione del file (se presenti) rappresentato dal buffer.

Valore restituito

Tipo: Int32

Implementa

IVsTextLines.GetSize(Int32%)

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VsTextBufferClass Classe

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop