ScorableGroupAttribute 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 특성은 에 대한 DispatchDialog<TResult>점수 매기기 그룹을 제어하는 데 사용됩니다.
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)]
public class ScorableGroupAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)>]
type ScorableGroupAttribute = class
inherit Attribute
Public Class ScorableGroupAttribute
Inherits Attribute
- 상속
-
ScorableGroupAttribute
- 특성
설명
ScorableGroupAttribute 를 사용하면 점수 매기기 프로세스를 재정의하여 정렬된 점수 매기기 그룹을 만들 수 있습니다. 여기서 첫 번째 점수 매기기 그룹의 점수가 먼저 비교되고 첫 번째 점수 매기기 그룹에서 참여하려는 점수가 없는 경우 두 번째 점수 매기기 그룹이 고려됩니다.
생성자
ScorableGroupAttribute(Int32) |
를 생성합니다 ScorableGroupAttribute. |
속성
Order |
점수가 매기 가능한 그룹 순서입니다. |