RuleOnAttribute.Priority 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
规则触发顺序 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
属性值
int
- 属性