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