VsTextBufferClass.IVsTextLines_GetLineCount, méthode
Retourne le nombre d'entrées ligne la mémoire tampon.
Espace de noms : Microsoft.VisualStudio.TextManager.Interop
Assembly : Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)
Syntaxe
'Déclaration
Public Overridable Function IVsTextLines_GetLineCount ( _
<OutAttribute> ByRef piLineCount As Integer _
) As Integer
public virtual int IVsTextLines_GetLineCount(
out int piLineCount
)
public:
virtual int IVsTextLines_GetLineCount(
[OutAttribute] int% piLineCount
)
abstract IVsTextLines_GetLineCount :
piLineCount:int byref -> int
override IVsTextLines_GetLineCount :
piLineCount:int byref -> int
public function IVsTextLines_GetLineCount(
piLineCount : int
) : int
Paramètres
piLineCount
Type : Int32%[out] pointeur vers le nombre d'entrées ligne la mémoire tampon.
Valeur de retour
Type : Int32
Implémentations
IVsTextLines.GetLineCount(Int32%)
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.