RuleOnAttribute.Priority 属性

定义

规则触发顺序 determinine 规则的优先级顺序。 更低的 (包括负) 号在较高数字之前激发。 默认值为 0

public:
 property int Priority { int get(); void set(int value); };
public int Priority { [System.Diagnostics.DebuggerStepThrough] get; [System.Diagnostics.DebuggerStepThrough] set; }
[<get: System.Diagnostics.DebuggerStepThrough>]
[<set: System.Diagnostics.DebuggerStepThrough>]
member this.Priority : int with get, set
Public Property Priority As Integer

属性值

Int32

int

属性

适用于