Compartir a través de


VsTextImageClass.GetSpanLength (Método)

Devuelve el número de caracteres de un intervalo de texto.

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

Sintaxis

'Declaración
Public Overridable Function GetSpanLength ( _
    pts As TextSpan(), _
    <OutAttribute> ByRef pcch As Integer _
) As Integer
public virtual int GetSpanLength(
    TextSpan[] pts,
    out int pcch
)
public:
virtual int GetSpanLength(
    [InAttribute] array<TextSpan>^ pts, 
    [OutAttribute] int% pcch
)
abstract GetSpanLength : 
        pts:TextSpan[] * 
        pcch:int byref -> int  
override GetSpanLength : 
        pts:TextSpan[] * 
        pcch:int byref -> int
public function GetSpanLength(
    pts : TextSpan[], 
    pcch : int
) : int

Parámetros

  • pcch
    Tipo: Int32%

    [out] Puntero a un recuento de caracteres del intervalo de texto.

Valor devuelto

Tipo: Int32

Implementaciones

IVsTextImage.GetSpanLength(array<TextSpan[], Int32%)

Seguridad de .NET Framework

Vea también

Referencia

VsTextImageClass Clase

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