Method GetPosition
- Namespace
- Alternet.Editor.TypeScript
- Assembly
- Alternet.Editor.TypeScript.v10.dll
GetPosition(object, object, out Point, V8Parser)
Finds position in source code related to the specified syntax element.
public static bool GetPosition(object item, object document, out Point point, V8Parser parser)
Parameters
itemobjectSyntax element (class or method) to probe.
documentobjectSource code document.
pointPointReceives start point of given syntax element.
parserV8ParserParser process code.
Returns
- bool
True if succeed; otherwise false.