Udostępnij za pośrednictwem


IVsTextLayer.GetLastLineIndex(Int32, Int32) Metoda

Definicja

Zwraca długość i indeks ostatniego wiersza.

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

Parametry

piLine
Int32

[out] Długość ostatniego wiersza.

piIndex
Int32

[out] Indeks ostatniego wiersza.

Zwraca

Jeśli metoda powiedzie się, zwraca wartość S_OK. Jeśli nie powiedzie się, zwraca kod błędu.

Uwagi

Podpis COM

Z pliku textmgr.idl:

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

GetLastLineIndex to skrót do częstego wzorca wywoływania GetLineCount & następnie GetLengthOfLine w wierszu

Dotyczy