VsTextImageClass::GetLineSize Method (Int32)
Visual Studio 2015
Returns the number of lines in the text image.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- pcLines
-
Type:
System::Int32
[out] Pointer to a count of lines in the text image.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
IVsTextImage::GetLineSize(Int32)
Show: