Method GetQuickInfoAtPosition
- Namespace
 - Alternet.Syntax.Parsers.TypeScript
 
- Assembly
 - Alternet.Syntax.Parsers.TypeScript.v10.dll
 
GetQuickInfoAtPosition(Point)
When implemented by a class, gets the quick info available at the caret position.
QuickInfo GetQuickInfoAtPosition(Point position)
Parameters
positionPointThe 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
positionintThe position of the caret in absolute cooordinates.
Returns
- QuickInfo
 QuickInfo related to the specified position.