AccessibilityNodeInfo.RangeInfo.RangeTypeIndeterminate Campo

Definizione

Attenzione

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

Tipo di intervallo: indeterminato.

[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

Valore del campo

Value = 3
Attributi

Commenti

Tipo di intervallo: indeterminato.

Quando si usa questo tipo, i minvalori , maxe current usati per costruire un'istanza di possono essere ignorati.

per android.view.accessibility.AccessibilityNodeInfo.RangeInfo.RANGE_TYPE_INDETERMINATE.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a