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