VsTextBufferClass.GetLengthOfLine Method
Visual Studio 2012
Returns the length of a line in the buffer.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- iLine
- Type: Int32
[in] Number of the line whose length is requested.
- piLength
- Type: Int32
[out] Pointer to the length of the line.
Implements
IVsTextBuffer.GetLengthOfLine(Int32, Int32)- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.