VsTextImageClass.GetLineSize(Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne le nombre de lignes dans l'image de texte.
public:
virtual int GetLineSize([Runtime::InteropServices::Out] int % pcLines) = Microsoft::VisualStudio::TextManager::Interop::IVsTextImage::GetLineSize;
virtual int GetLineSize([Runtime::InteropServices::Out] int & pcLines);
public virtual int GetLineSize (out int pcLines);
abstract member GetLineSize : int -> int
override this.GetLineSize : int -> int
Public Overridable Function GetLineSize (ByRef pcLines As Integer) As Integer
Paramètres
- pcLines
- Int32
[out] Pointeur vers le nombre de lignes dans l'image de texte.
Retours
Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.