Partager via


ContentInfo.FlagConvertToPlainText Champ

Définition

Attention

This constant will be removed in the future version. Use Android.Views.ContentInfoFlags enum directly instead of this field.

Indicateur demandant que le contenu soit converti en texte brut avant l’insertion.

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

Valeur de champ

Value = 1

Implémente

Attributs

Remarques

Indicateur demandant que le contenu soit converti en texte brut avant l’insertion.

Documentation Java pour android.view.ContentInfo.FLAG_CONVERT_TO_PLAIN_TEXT.

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 à