VsTextBufferClass.GetLineCount Method

Returns the number of lines in the buffer.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

声明
Public Overridable Function GetLineCount ( _
    <OutAttribute> ByRef piLineCount As Integer _
) As Integer
用法
Dim instance As VsTextBufferClass
Dim piLineCount As Integer
Dim returnValue As Integer

returnValue = instance.GetLineCount(piLineCount)
public virtual int GetLineCount(
    out int piLineCount
)
public:
virtual int GetLineCount(
    [OutAttribute] int% piLineCount
)
abstract GetLineCount : 
        piLineCount:int byref -> int 
override GetLineCount : 
        piLineCount:int byref -> int 
public function GetLineCount(
    piLineCount : int
) : int

Parameters

  • piLineCount
    Type: System.Int32%
    [out] Pointer to the number of lines in the buffer.

Return Value

Type: System.Int32

Implements

IVsTextBuffer.GetLineCount(Int32%)

.NET Framework Security

See Also

Reference

VsTextBufferClass Class

VsTextBufferClass Members

Microsoft.VisualStudio.TextManager.Interop Namespace