Langue

RestrictionEntry.TypeString 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 « 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

Valeur de champ

Value = 6

Implémente

Attributs

Remarques

Restriction du type « string ». Utilisez-la pour stocker une valeur de chaîne.

Java documentation pour android.content.RestrictionEntry.TYPE_STRING.

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 à

Voir aussi