SearchOptions.ScoringParameters プロパティ

定義

name-values 形式を使用してスコアリング関数 (referencePointParameter など) で使用されるパラメーター値の一覧。 たとえば、スコアリング プロファイルで "mylocation" というパラメーターを持つ関数が定義されている場合、パラメーター文字列は "mylocation---122.2,44.8" になります (引用符は使用しません)。

public System.Collections.Generic.IList<string> ScoringParameters { get; }
member this.ScoringParameters : System.Collections.Generic.IList<string>
Public ReadOnly Property ScoringParameters As IList(Of String)

プロパティ値

適用対象