RestrictionEntry.TypeNull Campo

Definizione

Attenzione

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

Tipo di restrizione nascosto.

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

Valore del campo

Value = 0

Implementazioni

Attributi

Commenti

Tipo di restrizione nascosto. Usare questo tipo per informazioni che devono essere trasferite tra loro, ma che non devono essere presentate all'utente nell'interfaccia utente. Archivia un singolo valore String.

per android.content.RestrictionEntry.TYPE_NULL.

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