CandidateState.Score 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取当前 CandidateSet中 Endpoint 的分数。
public:
property int Score { int get(); };
public int Score { get; }
member this.Score : int
Public ReadOnly Property Score As Integer
属性值
注解
集中的候选项按优先级顺序排序,然后根据该排序分配顺序分数值。 具有相同分数的候选人被视为具有同等优先级。
在 EndpointSelector 中使用分数值来确定一组匹配候选项是否是模棱两可的匹配项。