Method GetNodeAt
GetNodeAt(Point)
When implemented by a class, gets ISyntaxNode that corresponds to the specified position.
ISyntaxNode GetNodeAt(Point position)
Parameters
positionPointPosition to find node.
Returns
- ISyntaxNode
ISyntaxNodeat specified position.