Method GetAutoFormatNode
GetAutoFormatNode(Point, bool, out Point)
Gets syntax block node at specified position.
public virtual 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.