SearchResult.MatchInfo.TextMatch 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.
Retrieves the text-based match information.
public Android.App.AppSearch.SearchResult.TextMatchInfo? TextMatch { [Android.Runtime.Register("getTextMatch", "()Landroid/app/appsearch/SearchResult$TextMatchInfo;", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getTextMatch", "()Landroid/app/appsearch/SearchResult$TextMatchInfo;", "", ApiSince=36)>]
member this.TextMatch : Android.App.AppSearch.SearchResult.TextMatchInfo
Property Value
A TextMatchInfo instance, or null if the match is not text-based.
- Attributes
Remarks
Retrieves the text-based match information.
Android reference for android.app.appsearch.SearchResult.MatchInfo.getTextMatch.
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.