Partager via


SearchSpec.TermMatchExactOnly Champ

Définition

Attention

This constant will be removed in the future version. Use Android.App.AppSearch.SearchTermMatch enum directly instead of this field.

Les termes de requête correspondent uniquement aux jetons exacts dans l’index.

[Android.Runtime.Register("TERM_MATCH_EXACT_ONLY", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.AppSearch.SearchTermMatch enum directly instead of this field.", true)]
public const Android.App.AppSearch.SearchTermMatch TermMatchExactOnly = 1;
[<Android.Runtime.Register("TERM_MATCH_EXACT_ONLY", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.AppSearch.SearchTermMatch enum directly instead of this field.", true)>]
val mutable TermMatchExactOnly : Android.App.AppSearch.SearchTermMatch

Valeur de champ

Value = 1
Attributs

Remarques

Documentation Java pour android.app.appsearch.SearchSpec.TERM_MATCH_EXACT_ONLY.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à