Язык

RestrictionEntry.TypeString Поле

Определение

Внимание!

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

Ограничение типа "string".

[Android.Runtime.Register("TYPE_STRING")]
[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 TypeString = 6;
[<Android.Runtime.Register("TYPE_STRING")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.RestrictionEntryType enum directly instead of this field.", true)>]
val mutable TypeString : Android.Content.RestrictionEntryType

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

Value = 6

Реализации

Атрибуты

Комментарии

Ограничение типа "string". Используйте это для хранения строкового значения.

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

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

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

См. также