FilterTableEntryElement.Priority 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值會指定此項目的優先順序。
public:
property int Priority { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("priority", DefaultValue=0, Options=System.Configuration.ConfigurationPropertyOptions.None)]
public int Priority { get; set; }
[<System.Configuration.ConfigurationProperty("priority", DefaultValue=0, Options=System.Configuration.ConfigurationPropertyOptions.None)>]
member this.Priority : int with get, set
Public Property Priority As Integer
屬性值
此項目的優先順序。 預設值為 0。
- 屬性
備註
篩選資料表中的項目會根據優先順序進行評估,其中 0 表示優先順序最低。 具有特定優先順序的所有項目會同時評估,如果找不到符合目前優先順序的項目,則會評估下一個優先順序層級。
此為選用值。