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이 가장 낮은 우선 순위입니다. 우선 순위가 동일한 항목은 모두 동시에 평가되며 현재 우선 순위에 해당하는 항목이 없는 경우 다음 우선 순위가 평가됩니다.
이 값은 선택 사항입니다.