SearchManager.SearchablesInGlobalSearch Property
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.
Returns a list of the searchable activities that can be included in global search.
public virtual System.Collections.Generic.IList<Android.App.SearchableInfo>? SearchablesInGlobalSearch { [Android.Runtime.Register("getSearchablesInGlobalSearch", "()Ljava/util/List;", "GetGetSearchablesInGlobalSearchHandler")] get; }
[<get: Android.Runtime.Register("getSearchablesInGlobalSearch", "()Ljava/util/List;", "GetGetSearchablesInGlobalSearchHandler")>]
member this.SearchablesInGlobalSearch : System.Collections.Generic.IList<Android.App.SearchableInfo>
Property Value
a list containing searchable information for all searchable activities
that have the android:includeInGlobalSearch
attribute set
in their searchable meta-data.
- Attributes
Remarks
Returns a list of the searchable activities that can be included in global search.
Java documentation for android.app.SearchManager.getSearchablesInGlobalSearch()
.
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.