Share via


SearchSuggestionSpec.FilterNamespaces Property

Definition

Returns the list of namespaces to search over.

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

Property Value

Attributes

Remarks

Returns the list of namespaces to search over.

If empty, will search over all namespaces.

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

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