SearchSpec.Builder.SetPropertyWeightPaths メソッド

定義

[Android.Runtime.Register("setPropertyWeightPaths", "(Ljava/lang/String;Ljava/util/Map;)Landroid/app/appsearch/SearchSpec$Builder;", "", ApiSince=34)]
public Android.App.AppSearch.SearchSpec.Builder SetPropertyWeightPaths (string schemaType, System.Collections.Generic.IDictionary<Android.App.AppSearch.PropertyPath,Java.Lang.Double> propertyPathWeights);
[<Android.Runtime.Register("setPropertyWeightPaths", "(Ljava/lang/String;Ljava/util/Map;)Landroid/app/appsearch/SearchSpec$Builder;", "", ApiSince=34)>]
member this.SetPropertyWeightPaths : string * System.Collections.Generic.IDictionary<Android.App.AppSearch.PropertyPath, Java.Lang.Double> -> Android.App.AppSearch.SearchSpec.Builder

パラメーター

schemaType
String
propertyPathWeights
IDictionary<PropertyPath,Double>

戻り値

属性

適用対象