Partilhar via


Método VsTextImageClass.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
Public Overridable Function GetCharSize ( _
    <OutAttribute> ByRef pcch As Integer _
) As Integer
public virtual int GetCharSize(
    out int pcch
)
public:
virtual int GetCharSize(
    [OutAttribute] int% pcch
)
abstract GetCharSize : 
        pcch:int byref -> int  
override GetCharSize : 
        pcch:int byref -> int
public 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

Implementações

IVsTextImage.GetCharSize(Int32%)

Segurança do .NET Framework

Consulte também

Referência

VsTextImageClass Classe

Namespace Microsoft.VisualStudio.TextManager.Interop