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) |
属性
Order |
可评分组顺序。 |