AccessibilityEvent.ContentChangeTypeText Campo

Definição

Cuidado

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

Alterar o tipo de #TYPE_WINDOW_CONTENT_CHANGED evento: o texto do nó foi alterado.

[Android.Runtime.Register("CONTENT_CHANGE_TYPE_TEXT")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.Accessibility.ContentChangeTypes enum directly instead of this field.", true)]
public const Android.Views.Accessibility.ContentChangeTypes ContentChangeTypeText = 2;
[<Android.Runtime.Register("CONTENT_CHANGE_TYPE_TEXT")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.Accessibility.ContentChangeTypes enum directly instead of this field.", true)>]
val mutable ContentChangeTypeText : Android.Views.Accessibility.ContentChangeTypes

Valor do campo

Value = 2

Implementações

Atributos

Comentários

Alterar o tipo de #TYPE_WINDOW_CONTENT_CHANGED evento: o texto do nó foi alterado.

Java documentação para android.view.accessibility.AccessibilityEvent.CONTENT_CHANGE_TYPE_TEXT.

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

Aplica-se a