IVsTextView.GetLineHeight(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 a altura de pixel de uma linha.
public:
int GetLineHeight([Runtime::InteropServices::Out] int % piLineHeight);
int GetLineHeight([Runtime::InteropServices::Out] int & piLineHeight);
public int GetLineHeight (out int piLineHeight);
abstract member GetLineHeight : int -> int
Public Function GetLineHeight (ByRef piLineHeight As Integer) As Integer
Parâmetros
- piLineHeight
- Int32
[out, retval] Inteiro que contém a altura da linha, em pixels.
Retornos
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 IVsTextView::GetLineHeight(
[out, retval] long * piLineHeight
);