IVsTextLayer.GetLastLineIndex(Int32, Int32) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Retorna o comprimento e o índice da última linha.
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
Parâmetros
- piLine
- Int32
[out] O comprimento da última linha.
- piIndex
- Int32
[out] O índice da última linha.
Retornos
Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.
Comentários
Assinatura COM
Em textmgr.idl:
HRESULT IVsTextLayer::GetLastLineIndex(
[out] long *piLine,
[out] long *piIndex
);
GetLastLineIndex é um atalho para o padrão frequente de chamar GetLineCount & GetLengthOfLine na linha