VsTextBufferClass.IVsTextLines_GetLastLineIndex, méthode

Retourne la dernière entrée ligne la mémoire tampon de texte.

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_GetLastLineIndex ( _
    <OutAttribute> ByRef piLine As Integer, _
    <OutAttribute> ByRef piIndex As Integer _
) As Integer
public virtual int IVsTextLines_GetLastLineIndex(
    out int piLine,
    out int piIndex
)
public:
virtual int IVsTextLines_GetLastLineIndex(
    [OutAttribute] int% piLine, 
    [OutAttribute] int% piIndex
)
abstract IVsTextLines_GetLastLineIndex : 
        piLine:int byref * 
        piIndex:int byref -> int  
override IVsTextLines_GetLastLineIndex : 
        piLine:int byref * 
        piIndex:int byref -> int
public function IVsTextLines_GetLastLineIndex(
    piLine : int, 
    piIndex : int
) : int

Paramètres

  • piLine
    Type : Int32%

    [out] pointeur vers la dernière entrée ligne la mémoire tampon de texte.

  • piIndex
    Type : Int32%

    [out] pointeur vers l'index d'piLine

Valeur de retour

Type : Int32

Implémentations

IVsTextLines.GetLastLineIndex(Int32%, Int32%)

Sécurité .NET Framework

Voir aussi

Référence

VsTextBufferClass Classe

Microsoft.VisualStudio.TextManager.Interop, espace de noms