Язык

RestrictionEntry.TypeInteger Поле

Определение

Внимание!

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

Ограничение типа "целочисленное".

[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

Значение поля

Value = 5

Реализации

Атрибуты

Комментарии

Ограничение типа "целочисленное". Используйте это для хранения целочисленного значения. Диапазон значений — отInteger#MIN_VALUE.Integer#MAX_VALUE

Java документации по android.content.RestrictionEntry.TYPE_INTEGER.

Части этой страницы — это изменения на основе работы, созданной и общей Project и используемых в соответствии с условиями, описанными в разделе "".

Применяется к