Compartir a través de


IVsTextImage.GetCharSize (Método)

Devuelve el número de caracteres del texto.

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxis

'Declaración
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] Puntero a un recuento de caracteres del texto.

Valor devuelto

Tipo: Int32
si el método tiene éxito, devuelve S_OK.Si se produce un error, devuelve un código de error.

Comentarios

Prototipo COM

de textmgr.idl:

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

Seguridad de .NET Framework

Vea también

Referencia

IVsTextImage Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)