EnterpriseGlobalSearchSession.Search(String, SearchSpec) 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.
[Android.Runtime.Register("search", "(Ljava/lang/String;Landroid/app/appsearch/SearchSpec;)Landroid/app/appsearch/SearchResults;", "GetSearch_Ljava_lang_String_Landroid_app_appsearch_SearchSpec_Handler", ApiSince=35)]
public virtual Android.App.AppSearch.SearchResults Search (string queryExpression, Android.App.AppSearch.SearchSpec searchSpec);
[<Android.Runtime.Register("search", "(Ljava/lang/String;Landroid/app/appsearch/SearchSpec;)Landroid/app/appsearch/SearchResults;", "GetSearch_Ljava_lang_String_Landroid_app_appsearch_SearchSpec_Handler", ApiSince=35)>]
abstract member Search : string * Android.App.AppSearch.SearchSpec -> Android.App.AppSearch.SearchResults
override this.Search : string * Android.App.AppSearch.SearchSpec -> Android.App.AppSearch.SearchResults
Parameters
- queryExpression
- String
- searchSpec
- SearchSpec
Returns
- Attributes