SearchSuggestionSpec.Builder.AddSearchStringParameters 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
| Name | Description |
|---|---|
| AddSearchStringParameters(IList<String>) |
Adds Strings to the list of String parameters that can be referenced in the query through the "getSearchStringParameter({index})" function. |
| AddSearchStringParameters(String[]) |
Adds Strings to the list of String parameters that can be referenced in the query through the "getSearchStringParameter({index})" function. |
AddSearchStringParameters(IList<String>)
Adds Strings to the list of String parameters that can be referenced in the query through the "getSearchStringParameter({index})" function.
[Android.Runtime.Register("addSearchStringParameters", "(Ljava/util/List;)Landroid/app/appsearch/SearchSuggestionSpec$Builder;", "", ApiSince=36)]
public Android.App.AppSearch.SearchSuggestionSpec.Builder AddSearchStringParameters(System.Collections.Generic.IList<string> searchStringParameters);
[<Android.Runtime.Register("addSearchStringParameters", "(Ljava/util/List;)Landroid/app/appsearch/SearchSuggestionSpec$Builder;", "", ApiSince=36)>]
member this.AddSearchStringParameters : System.Collections.Generic.IList<string> -> Android.App.AppSearch.SearchSuggestionSpec.Builder
Parameters
Returns
- Attributes
Remarks
Adds Strings to the list of String parameters that can be referenced in the query through the "getSearchStringParameter({index})" function.
Android reference for android.app.appsearch.SearchSuggestionSpec.Builder.addSearchStringParameters.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
AddSearchStringParameters(String[])
Adds Strings to the list of String parameters that can be referenced in the query through the "getSearchStringParameter({index})" function.
[Android.Runtime.Register("addSearchStringParameters", "([Ljava/lang/String;)Landroid/app/appsearch/SearchSuggestionSpec$Builder;", "", ApiSince=36)]
public Android.App.AppSearch.SearchSuggestionSpec.Builder AddSearchStringParameters(params string[] searchStringParameters);
[<Android.Runtime.Register("addSearchStringParameters", "([Ljava/lang/String;)Landroid/app/appsearch/SearchSuggestionSpec$Builder;", "", ApiSince=36)>]
member this.AddSearchStringParameters : string[] -> Android.App.AppSearch.SearchSuggestionSpec.Builder
Parameters
- searchStringParameters
- String[]
Returns
- Attributes
Remarks
Adds Strings to the list of String parameters that can be referenced in the query through the "getSearchStringParameter({index})" function.
Android reference for android.app.appsearch.SearchSuggestionSpec.Builder.addSearchStringParameters.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.