Compartir a través de


IVsTextStorage.Storage_GetCharsInSpan (Método)

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

Sintaxis

'Declaración
Function Storage_GetCharsInSpan ( _
    pSpanToMeasure As TextSpan(), _
    <OutAttribute> ByRef piChars As Integer _
) As Integer
int Storage_GetCharsInSpan(
    TextSpan[] pSpanToMeasure,
    out int piChars
)
int Storage_GetCharsInSpan(
    [InAttribute] array<TextSpan>^ pSpanToMeasure, 
    [OutAttribute] int% piChars
)
abstract Storage_GetCharsInSpan : 
        pSpanToMeasure:TextSpan[] * 
        piChars:int byref -> int
function Storage_GetCharsInSpan(
    pSpanToMeasure : TextSpan[], 
    piChars : int
) : int

Parámetros

  • piChars
    Tipo: Int32%

    [out]

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 IVsTextStorage::Storage_GetCharsInSpan(
   [in] TextSpan *pSpanToMeasure,
   [out] long *piChars
);

Seguridad de .NET Framework

Vea también

Referencia

IVsTextStorage Interfaz

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