ILGTemplateParserListener.EnterStructuredBody(LGTemplateParser+StructuredBodyContext) 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.
Enter a parse tree produced by the structuredBody
labeled alternative in body().
public void EnterStructuredBody (LGTemplateParser.StructuredBodyContext context);
abstract member EnterStructuredBody : LGTemplateParser.StructuredBodyContext -> unit
Public Sub EnterStructuredBody (context As LGTemplateParser.StructuredBodyContext)
Parameters
The parse tree.