ILGTemplateParserVisitor<Result>.VisitStructuredBodyContentLine(LGTemplateParser+StructuredBodyContentLineContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Visit a parse tree produced by structuredBodyContentLine().
public Result VisitStructuredBodyContentLine (LGTemplateParser.StructuredBodyContentLineContext context);
abstract member VisitStructuredBodyContentLine : LGTemplateParser.StructuredBodyContentLineContext -> 'Result
Public Function VisitStructuredBodyContentLine (context As LGTemplateParser.StructuredBodyContentLineContext) As Result
Parameters
The parse tree.
Returns
- Result