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