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