Partager via


IVsTextLayer.GetLastLineIndex(Int32, Int32) Méthode

Définition

Retourne la longueur et l’index de la dernière ligne.

public:
 int GetLastLineIndex([Runtime::InteropServices::Out] int % piLine, [Runtime::InteropServices::Out] int % piIndex);
int GetLastLineIndex([Runtime::InteropServices::Out] int & piLine, [Runtime::InteropServices::Out] int & piIndex);
public int GetLastLineIndex (out int piLine, out int piIndex);
abstract member GetLastLineIndex : int * int -> int
Public Function GetLastLineIndex (ByRef piLine As Integer, ByRef piIndex As Integer) As Integer

Paramètres

piLine
Int32

[out] Longueur de la dernière ligne.

piIndex
Int32

[out] Index de la dernière ligne.

Retours

Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.

Remarques

COM Signature

À partir de textmgr.idl :

HRESULT IVsTextLayer::GetLastLineIndex(  
   [out] long *piLine,  
   [out] long *piIndex  
);   

GetLastLineIndex est un raccourci pour le modèle fréquent d’appel GetLineCount & alors GetLengthOfLine sur la ligne

S’applique à