Method GetQuickInfoAtPosition
- Namespace
- Alternet.Syntax.Parsers.TypeScript
- Assembly
- Alternet.Syntax.Parsers.TypeScript.v9.dll
GetQuickInfoAtPosition(Point)
When implemented by a class, gets the quick info available at the caret position.
QuickInfo GetQuickInfoAtPosition(Point position)
Parameters
position
PointThe position of the caret.
Returns
- QuickInfo
QuickInfo related to the specified position.
GetQuickInfoAtPosition(int)
When implemented by a class, gets the quick info available at the caret position.
QuickInfo GetQuickInfoAtPosition(int position)
Parameters
position
intThe position of the caret in absolute cooordinates.
Returns
- QuickInfo
QuickInfo related to the specified position.