Compartilhar via


ContentInfo.FlagConvertToPlainText Campo

Definição

Cuidado

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

Sinalizador solicitando que o conteúdo seja convertido em texto sem formatação antes da inserção.

[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

Valor do campo

Value = 1

Implementações

Atributos

Comentários

Sinalizador solicitando que o conteúdo seja convertido em texto sem formatação antes da inserção.

Documentação Java para android.view.ContentInfo.FLAG_CONVERT_TO_PLAIN_TEXT.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a