Partager via


VsTextBufferClass.IVsTextLines_GetLineCount, méthode

Retourne le nombre d'entrées ligne la mémoire tampon.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)

Syntaxe

'Déclaration
Public Overridable Function IVsTextLines_GetLineCount ( _
    <OutAttribute> ByRef piLineCount As Integer _
) As Integer
public virtual int IVsTextLines_GetLineCount(
    out int piLineCount
)
public:
virtual int IVsTextLines_GetLineCount(
    [OutAttribute] int% piLineCount
)
abstract IVsTextLines_GetLineCount : 
        piLineCount:int byref -> int  
override IVsTextLines_GetLineCount : 
        piLineCount:int byref -> int
public function IVsTextLines_GetLineCount(
    piLineCount : int
) : int

Paramètres

  • piLineCount
    Type : Int32%

    [out] pointeur vers le nombre d'entrées ligne la mémoire tampon.

Valeur de retour

Type : Int32

Implémentations

IVsTextLines.GetLineCount(Int32%)

Sécurité .NET Framework

Voir aussi

Référence

VsTextBufferClass Classe

Microsoft.VisualStudio.TextManager.Interop, espace de noms