VsTextBufferClass.GetLengthOfLine(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the length of a line in the buffer.
public:
virtual int GetLengthOfLine(int iLine, [Runtime::InteropServices::Out] int % piLength) = Microsoft::VisualStudio::TextManager::Interop::IVsTextBuffer::GetLengthOfLine;
public:
virtual int GetLengthOfLine(int iLine, [Runtime::InteropServices::Out] int % piLength);
virtual int GetLengthOfLine(int iLine, [Runtime::InteropServices::Out] int & piLength);
public virtual int GetLengthOfLine (int iLine, out int piLength);
abstract member GetLengthOfLine : int * int -> int
override this.GetLengthOfLine : int * int -> int
Public Overridable Function GetLengthOfLine (iLine As Integer, ByRef piLength As Integer) As Integer
Parameters
- iLine
- Int32
[in] Number of the line whose length is requested.
- piLength
- Int32
[out] Pointer to the length of the line.
Returns
If the method succeeds, returns S_OK; otherwise, returns an error code.