LGTemplateParserBaseListener.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().
The default implementation does nothing.
public virtual void EnterStructuredBody (LGTemplateParser.StructuredBodyContext context);
abstract member EnterStructuredBody : LGTemplateParser.StructuredBodyContext -> unit
override this.EnterStructuredBody : LGTemplateParser.StructuredBodyContext -> unit
Public Overridable Sub EnterStructuredBody (context As LGTemplateParser.StructuredBodyContext)
Parameters
The parse tree.