IAttributeSet.GetAttributeUnsignedIntValue Método

Definição

Sobrecargas

Nome Description
GetAttributeUnsignedIntValue(Int32, Int32)

Retornar o valor inteiro do atributo em 'index' que é formatado como um valor não assinado.

GetAttributeUnsignedIntValue(String, String, Int32)

Retorne o valor booliano de "atributo" formatado como um valor sem sinal.

GetAttributeUnsignedIntValue(Int32, Int32)

Retornar o valor inteiro do atributo em 'index' que é formatado como um valor não assinado.

[Android.Runtime.Register("getAttributeUnsignedIntValue", "(II)I", "GetGetAttributeUnsignedIntValue_IIHandler:Android.Util.IAttributeSetInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public int GetAttributeUnsignedIntValue(int index, int defaultValue);
[<Android.Runtime.Register("getAttributeUnsignedIntValue", "(II)I", "GetGetAttributeUnsignedIntValue_IIHandler:Android.Util.IAttributeSetInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GetAttributeUnsignedIntValue : int * int -> int

Parâmetros

index
Int32

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

defaultValue
Int32

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

Retornos

Valor resultante.

Atributos

Comentários

Retornar o valor inteiro do atributo em 'index' que é formatado como um valor não assinado. Em particular, os formatos 0xn... n e #n... n são tratados.

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

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

Aplica-se a

GetAttributeUnsignedIntValue(String, String, Int32)

Retorne o valor booliano de "atributo" formatado como um valor sem sinal.

[Android.Runtime.Register("getAttributeUnsignedIntValue", "(Ljava/lang/String;Ljava/lang/String;I)I", "GetGetAttributeUnsignedIntValue_Ljava_lang_String_Ljava_lang_String_IHandler:Android.Util.IAttributeSetInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public int GetAttributeUnsignedIntValue(string? namespace, string? attribute, int defaultValue);
[<Android.Runtime.Register("getAttributeUnsignedIntValue", "(Ljava/lang/String;Ljava/lang/String;I)I", "GetGetAttributeUnsignedIntValue_Ljava_lang_String_Ljava_lang_String_IHandler:Android.Util.IAttributeSetInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GetAttributeUnsignedIntValue : string * string * int -> int

Parâmetros

namespace
String

Namespace do atributo a ser recuperado.

attribute
String

O atributo a ser recuperado.

defaultValue
Int32

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

Retornos

Valor resultante.

Atributos

Comentários

Retorne o valor booliano de "atributo" formatado como um valor sem sinal. Em particular, os formatos 0xn... n e #n... n são tratados.

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

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

Aplica-se a