Partager via


SearchSuggestionSpec.FilterSchemas Property

Definition

Returns the list of schema to search the suggestion over.

public System.Collections.Generic.IList<string> FilterSchemas { [Android.Runtime.Register("getFilterSchemas", "()Ljava/util/List;", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getFilterSchemas", "()Ljava/util/List;", "", ApiSince=34)>]
member this.FilterSchemas : System.Collections.Generic.IList<string>

Property Value

Attributes

Remarks

Returns the list of schema to search the suggestion over.

If empty, will search over all schemas.

Java documentation for android.app.appsearch.SearchSuggestionSpec.getFilterSchemas().

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