ILGTemplateParserListener.EnterSwitchCaseBody(LGTemplateParser+SwitchCaseBodyContext) 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 switchCaseBody
labeled alternative in body().
public void EnterSwitchCaseBody (LGTemplateParser.SwitchCaseBodyContext context);
abstract member EnterSwitchCaseBody : LGTemplateParser.SwitchCaseBodyContext -> unit
Public Sub EnterSwitchCaseBody (context As LGTemplateParser.SwitchCaseBodyContext)
Parameters
The parse tree.