LGTemplateParser.IfElseTemplateBodyContext.ifConditionRule 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
ifConditionRule() | |
ifConditionRule(Int32) |
ifConditionRule()
public LGTemplateParser.IfConditionRuleContext[] ifConditionRule ();
member this.ifConditionRule : unit -> LGTemplateParser.IfConditionRuleContext[]
Public Function ifConditionRule () As LGTemplateParser.IfConditionRuleContext()
返回
适用于
ifConditionRule(Int32)
public LGTemplateParser.IfConditionRuleContext ifConditionRule (int i);
member this.ifConditionRule : int -> LGTemplateParser.IfConditionRuleContext
Public Function ifConditionRule (i As Integer) As LGTemplateParser.IfConditionRuleContext
参数
- i
- Int32