Method GetAutoFormatNode
GetAutoFormatNode(Point, bool, out Point)
When implemented by a class, gets syntax block node at specified position.
ISyntaxNode GetAutoFormatNode(Point position, bool extended, out Point startPt)
Parameters
positionPointPosition to check-up.
extendedboolSpecifies that search should be extended outside current scope
startPtPointRetrieves position of block node.
Returns
- ISyntaxNode
ISyntaxNodenode representing block statement.