Partilhar via


Método VsTextBufferClass.IVsTextLines_GetSize

Retorna o tamanho em caracteres do buffer.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (em Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxe

'Declaração
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

Parâmetros

  • piLength
    Tipo: Int32%

    [out] Ponteiro para o tamanho do buffer, que não é necessariamente o mesmo valor que o tamanho da memória alocada internamente do buffer ou o tamanho do arquivo (se houver), representado por um buffer.

Valor de retorno

Tipo: Int32

Implementações

IVsTextLines.GetSize(Int32%)

Segurança do .NET Framework

Consulte também

Referência

VsTextBufferClass Classe

Namespace Microsoft.VisualStudio.TextManager.Interop