ITextImage.GetLineFromPosition(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.
Gets an TextImageLine for a line at the given position.
public:
Microsoft::VisualStudio::Text::TextImageLine GetLineFromPosition(int position);
public Microsoft.VisualStudio.Text.TextImageLine GetLineFromPosition (int position);
abstract member GetLineFromPosition : int -> Microsoft.VisualStudio.Text.TextImageLine
Public Function GetLineFromPosition (position As Integer) As TextImageLine
Parameters
- position
- Int32
The position.
Returns
A non-null TextImageLine.
Exceptions
position
is less than zero or greater than length of line.