Partager via


VsTextImageClass.GetCharSize, méthode

Retourne le nombre de personnages dans l'image de texte.

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

Syntaxe

'Déclaration
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

Paramètres

  • pcch
    Type : Int32%

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

Valeur de retour

Type : Int32

Implémentations

IVsTextImage.GetCharSize(Int32%)

Sécurité .NET Framework

Voir aussi

Référence

VsTextImageClass Classe

Microsoft.VisualStudio.TextManager.Interop, espace de noms