VsTextBufferClass::IVsTextLines_GetLineCount Method (Int32)
Visual Studio 2015
Returns the number of lines in the buffer.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- piLineCount
-
Type:
System::Int32
[out] Pointer to the number of lines in the buffer.
Return Value
Type: System::Int32If the method succeeds, returns S_OK; otherwise, returns an error code.
Implements
IVsTextLines::GetLineCount(Int32)
Show: