Compartilhar via


IAttributeSet.GetAttributeBooleanValue Método

Definição

Sobrecargas

GetAttributeBooleanValue(Int32, Boolean)

Retorne o valor booleano do atributo em 'index'.

GetAttributeBooleanValue(String, String, Boolean)

Retornar o valor booleano de 'attribute'.

GetAttributeBooleanValue(Int32, Boolean)

Retorne o valor booleano do atributo em 'index'.

[Android.Runtime.Register("getAttributeBooleanValue", "(IZ)Z", "GetGetAttributeBooleanValue_IZHandler:Android.Util.IAttributeSetInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public bool GetAttributeBooleanValue (int index, bool defaultValue);
[<Android.Runtime.Register("getAttributeBooleanValue", "(IZ)Z", "GetGetAttributeBooleanValue_IZHandler:Android.Util.IAttributeSetInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GetAttributeBooleanValue : int * bool -> bool

Parâmetros

index
Int32

Índice do atributo desejado, 0...contagem-1.

defaultValue
Boolean

O que retornar se o atributo não for encontrado.

Retornos

Valor resultante.

Atributos

Comentários

Retorne o valor booleano do atributo em 'index'.

Documentação Java para android.util.AttributeSet.getAttributeBooleanValue(int, boolean).

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

Aplica-se a

GetAttributeBooleanValue(String, String, Boolean)

Retornar o valor booleano de 'attribute'.

[Android.Runtime.Register("getAttributeBooleanValue", "(Ljava/lang/String;Ljava/lang/String;Z)Z", "GetGetAttributeBooleanValue_Ljava_lang_String_Ljava_lang_String_ZHandler:Android.Util.IAttributeSetInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public bool GetAttributeBooleanValue (string? namespace, string? attribute, bool defaultValue);
[<Android.Runtime.Register("getAttributeBooleanValue", "(Ljava/lang/String;Ljava/lang/String;Z)Z", "GetGetAttributeBooleanValue_Ljava_lang_String_Ljava_lang_String_ZHandler:Android.Util.IAttributeSetInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GetAttributeBooleanValue : string * string * bool -> bool

Parâmetros

namespace
String

Namespace do atributo a ser recuperado.

attribute
String

O atributo a ser recuperado.

defaultValue
Boolean

O que retornar se o atributo não for encontrado.

Retornos

Valor resultante.

Atributos

Comentários

Retornar o valor booleano de 'attribute'.

Documentação Java para android.util.AttributeSet.getAttributeBooleanValue(java.lang.String, java.lang.String, boolean).

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

Aplica-se a