Method GetAutoFormatNode
GetAutoFormatNode(Point, bool, out Point)
Obtains block node at specified position.
public override ISyntaxNode GetAutoFormatNode(Point position, bool extended, out Point startPt)Parameters
- positionPoint
- Position to check-up. 
- extendedbool
- Specifies that search should be extended outside current scope. 
- startPtPoint
- Retrieves position of block node. 
Returns
- ISyntaxNode
- ISyntaxNodenode representing block statement.