共用方式為


Rule.Priority 屬性

定義

取得或設定值,指示 Rule 應傳回的順序。

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

屬性值

Int32

指示 Rule 應傳回順序的值。

備註

Rule 類別有較高的優先權,會在優先權較低的 Rule 類別之前執行。 優先權相同的規則會以其名稱屬性的字母順序執行。

Priority 值可以為正數或負數。 任何 Rule 的預設值為 0。

適用於