Condividi tramite


Metodo VsTextBufferClass.GetSize

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

Sintassi

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

IVsTextBuffer.GetSize(Int32%)

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VsTextBufferClass Classe

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop