Partager via


IVsTextImage.GetSpanLength, méthode

Retournez le nombre de personnages dans une étendue de texte.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)

Syntaxe

'Déclaration
Function GetSpanLength ( _
    pts As TextSpan(), _
    <OutAttribute> ByRef pcch As Integer _
) As Integer
int GetSpanLength(
    TextSpan[] pts,
    out int pcch
)
int GetSpanLength(
    [InAttribute] array<TextSpan>^ pts, 
    [OutAttribute] int% pcch
)
abstract GetSpanLength : 
        pts:TextSpan[] * 
        pcch:int byref -> int
function GetSpanLength(
    pts : TextSpan[], 
    pcch : int
) : int

Paramètres

  • pcch
    Type : Int32%

    [out] pointeur à un nombre de caractères de l'étendue de texte.

Valeur de retour

Type : Int32
Si la méthode réussit, elle retourne S_OK.En cas d'échec, un code d'erreur est retourné.

Notes

Signature de COM

De textmgr.idl :

HRESULT IVsTextImage::GetSpanLength(
   [in] const TextSpan * pts,
   [out, retval] LONG * pcch
);

Sécurité .NET Framework

Voir aussi

Référence

IVsTextImage Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms