AccessibilityNodeInfo.RangeInfo.RangeTypeIndeterminate Campo

Definición

Precaución

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

Tipo de intervalo: indeterminado.

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

Valor de campo

Value = 3
Atributos

Comentarios

Tipo de intervalo: indeterminado.

Cuando se usa este tipo, se pueden omitir los minvalores , maxy current que se usan para construir una instancia.

Java documentación para android.view.accessibility.AccessibilityNodeInfo.RangeInfo.RANGE_TYPE_INDETERMINATE.

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