Trigger.Clauses 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取转换为 Disjunctive Normal 窗体的表达式列表,其中 ! 被推送到树叶,并且有一个隐式 ||子句与子句中的 && 之间。
public System.Collections.Generic.IReadOnlyList<AdaptiveExpressions.TriggerTrees.Clause> Clauses { get; }
member this.Clauses : System.Collections.Generic.IReadOnlyList<AdaptiveExpressions.TriggerTrees.Clause>
Public ReadOnly Property Clauses As IReadOnlyList(Of Clause)
属性值
转换为 Disjunctive Normal 窗体的表达式列表,其中 ! 被推送到树叶,并且有一个隐式 ||子句与子句中的 && 之间。