Langue

RestrictionEntry.TypeInteger Champ

Définition

Attention

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

Restriction du type « integer ».

[Android.Runtime.Register("TYPE_INTEGER")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.RestrictionEntryType enum directly instead of this field.", true)]
public const Android.Content.RestrictionEntryType TypeInteger = 5;
[<Android.Runtime.Register("TYPE_INTEGER")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.RestrictionEntryType enum directly instead of this field.", true)>]
val mutable TypeInteger : Android.Content.RestrictionEntryType

Valeur de champ

Value = 5

Implémente

Attributs

Remarques

Restriction du type « integer ». Utilisez cette option pour stocker une valeur entière. La plage de valeurs est comprise entre Integer#MIN_VALUEInteger#MAX_VALUE.

Java documentation pour android.content.RestrictionEntry.TYPE_INTEGER.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à