Node.AllTriggers 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取此节点中包含 的所有触发器 Clause 。
public System.Collections.Generic.IReadOnlyList<AdaptiveExpressions.TriggerTrees.Trigger> AllTriggers { get; }
member this.AllTriggers : System.Collections.Generic.IReadOnlyList<AdaptiveExpressions.TriggerTrees.Trigger>
Public ReadOnly Property AllTriggers As IReadOnlyList(Of Trigger)
属性值
此节点中包含 的所有触发器 Clause 。
注解
触发器仅包含最具体的触发器,因此,如果此节点是 Pred (A) 并且存在规则 R1:Pred (A) -> A1 和 R2:Pred (A) v Pred (B) -> A2,则第二个触发器将位于 AllTriggers 中,但不在触发器中,因为它更通用。