RuleOnAttribute.Priority Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Priority order for the rules to determinine rule firing order. Lower (including negative) numbers fire before higher numbers. Default is 0
C++
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
- Attributes
Product | Versions |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |