SearchSpec.Builder.AddInformationalRankingExpressions Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AddInformationalRankingExpressions(ICollection<String>) | |
AddInformationalRankingExpressions(String[]) |
AddInformationalRankingExpressions(ICollection<String>)
[Android.Runtime.Register("addInformationalRankingExpressions", "(Ljava/util/Collection;)Landroid/app/appsearch/SearchSpec$Builder;", "", ApiSince=36)]
public Android.App.AppSearch.SearchSpec.Builder AddInformationalRankingExpressions(System.Collections.Generic.ICollection<string> informationalRankingExpressions);
[<Android.Runtime.Register("addInformationalRankingExpressions", "(Ljava/util/Collection;)Landroid/app/appsearch/SearchSpec$Builder;", "", ApiSince=36)>]
member this.AddInformationalRankingExpressions : System.Collections.Generic.ICollection<string> -> Android.App.AppSearch.SearchSpec.Builder
Parameters
- informationalRankingExpressions
- ICollection<String>
Returns
- Attributes
Applies to
AddInformationalRankingExpressions(String[])
[Android.Runtime.Register("addInformationalRankingExpressions", "([Ljava/lang/String;)Landroid/app/appsearch/SearchSpec$Builder;", "", ApiSince=36)]
public Android.App.AppSearch.SearchSpec.Builder AddInformationalRankingExpressions(params string[] informationalRankingExpressions);
[<Android.Runtime.Register("addInformationalRankingExpressions", "([Ljava/lang/String;)Landroid/app/appsearch/SearchSpec$Builder;", "", ApiSince=36)>]
member this.AddInformationalRankingExpressions : string[] -> Android.App.AppSearch.SearchSpec.Builder
Parameters
- informationalRankingExpressions
- String[]
Returns
- Attributes