RestrictionEntry.TypeBoolean Campo

Definição

Cuidado

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

Restrição do tipo "bool".

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

Valor do campo

Value = 1

Implementações

Atributos

Comentários

Restrição do tipo "bool". Use isso para armazenar um valor booliano, normalmente apresentado como uma caixa de seleção na interface do usuário.

Java documentação para android.content.RestrictionEntry.TYPE_BOOLEAN.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a