Partilhar via


Método IVsTextImage.GetCharSize

Retorna o número de caracteres do texto da imagem.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (em Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxe

'Declaração
Function GetCharSize ( _
    <OutAttribute> ByRef pcch As Integer _
) As Integer
int GetCharSize(
    out int pcch
)
int GetCharSize(
    [OutAttribute] int% pcch
)
abstract GetCharSize : 
        pcch:int byref -> int
function GetCharSize(
    pcch : int
) : int

Parâmetros

  • pcch
    Tipo: Int32%

    [out] Ponteiro para uma contagem de caracteres da imagem do texto.

Valor de retorno

Tipo: Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.

Comentários

COM assinatura

De textmgr.idl:

HRESULT IVsTextImage::GetCharSize(
   [out, retval] LONG * pcch
);

Segurança do .NET Framework

Consulte também

Referência

IVsTextImage Interface

Namespace Microsoft.VisualStudio.TextManager.Interop