Condividi tramite


SuggestionSpan.FlagGrammarError Campo

Definizione

Attenzione

This constant will be removed in the future version. Use Android.Text.Style.SuggestionSpanFlags enum directly instead of this field.

Imposta questo flag se i suggerimenti si applicano a un errore grammaticale.

[Android.Runtime.Register("FLAG_GRAMMAR_ERROR", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Text.Style.SuggestionSpanFlags enum directly instead of this field.", true)]
public const Android.Text.Style.SuggestionSpanFlags FlagGrammarError = 8;
[<Android.Runtime.Register("FLAG_GRAMMAR_ERROR", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Text.Style.SuggestionSpanFlags enum directly instead of this field.", true)>]
val mutable FlagGrammarError : Android.Text.Style.SuggestionSpanFlags

Valore del campo

Value = 8

Implementazioni

Attributi

Commenti

Imposta questo flag se i suggerimenti si applicano a un errore grammaticale. Questo tipo di suggerimento viene visualizzato in modo diverso per evidenziare l'errore.

Documentazione java per android.text.style.SuggestionSpan.FLAG_GRAMMAR_ERROR.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a