次の方法で共有


ScorableGroupAttribute クラス

定義

この属性は、 のスコア可能なグループを 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 を使用すると、ユーザーはスコアリング プロセスをオーバーライドして、順序付けられたスコア可能なグループを作成できます。ここで、最初のスコア可能なグループのスコアが最初に比較され、最初のスコア可能なグループから参加するスコア可能なスコアが存在しない場合は、2 番目のスコア可能なグループが考慮されます。

コンストラクター

ScorableGroupAttribute(Int32)

を構築します ScorableGroupAttribute

プロパティ

Order

スコア可能なグループの順序。

適用対象