IVsTextLayer.GetLineCount(Int32) Método

Definição

Retorna o número de linhas.

public:
 int GetLineCount([Runtime::InteropServices::Out] int % piLineCount);
int GetLineCount([Runtime::InteropServices::Out] int & piLineCount);
public int GetLineCount (out int piLineCount);
abstract member GetLineCount : int -> int
Public Function GetLineCount (ByRef piLineCount As Integer) As Integer

Parâmetros

piLineCount
Int32

fora Contagem de linhas.

Retornos

Int32

Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.

Comentários

Assinatura COM

De textmgr. idl:

HRESULT IVsTextLayer::GetLineCount(  
   [out] long *piLineCount  
);  

Aplica-se a