Partager via


VsTextImageClass.GetLineSize, méthode

Retourne le nombre d'entrées ligne 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 GetLineSize ( _
    <OutAttribute> ByRef pcLines As Integer _
) As Integer
public virtual int GetLineSize(
    out int pcLines
)
public:
virtual int GetLineSize(
    [OutAttribute] int% pcLines
)
abstract GetLineSize : 
        pcLines:int byref -> int  
override GetLineSize : 
        pcLines:int byref -> int
public function GetLineSize(
    pcLines : int
) : int

Paramètres

  • pcLines
    Type : Int32%

    [out] pointeur à un nombre d'entrées ligne l'image de texte.

Valeur de retour

Type : Int32

Implémentations

IVsTextImage.GetLineSize(Int32%)

Sécurité .NET Framework

Voir aussi

Référence

VsTextImageClass Classe

Microsoft.VisualStudio.TextManager.Interop, espace de noms