AccessibilityNodeInfo.FlagPrefetchAncestors Campo

Definición

Precaución

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

Estrategia de captura previa que captura previamente los antecesores del nodo solicitado.

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

Valor de campo

Value = 1

Implementaciones

Atributos

Comentarios

Estrategia de captura previa que captura previamente los antecesores del nodo solicitado.

Los antepasados se capturarán previamente antes de los hermanos y descendientes.

Java documentación para android.view.accessibility.AccessibilityNodeInfo.FLAG_PREFETCH_ANCESTORS.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a