Rule.Priority Property
Definition
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.
Gets or sets a value that indicates the order in which a Rule should be run.
public:
property int Priority { int get(); void set(int value); };
public int Priority { get; set; }
member this.Priority : int with get, set
Public Property Priority As Integer
Property Value
A value that indicates the order in which a Rule should be run.
Remarks
Rule classes that have a higher priority value are run before lower priority Rule classes. Rules that have the same priority are run in the alphabetic order of their name properties.
The Priority value can be positive or negative. The default value for any Rule is 0.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET