Langue

IAttributeSet.GetAttributeUnsignedIntValue Méthode

Définition

Surcharges

Nom Description
GetAttributeUnsignedIntValue(Int32, Int32)

Retourne la valeur entière de l’attribut à 'index' mise en forme comme valeur non signée.

GetAttributeUnsignedIntValue(String, String, Int32)

Retourne la valeur booléenne de 'attribute' mise en forme comme valeur non signée.

GetAttributeUnsignedIntValue(Int32, Int32)

Retourne la valeur entière de l’attribut à 'index' mise en forme comme valeur non signée.

[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

Paramètres

index
Int32

Index de l’attribut souhaité, 0...count-1.

defaultValue
Int32

Que retourner si l’attribut n’est pas trouvé.

Retours

Valeur résultante.

Attributs

Remarques

Retourne la valeur entière de l’attribut à 'index' mise en forme comme valeur non signée. En particulier, les formats 0xn... n et #n... n sont gérés.

Java documentation pour android.util.AttributeSet.getAttributeUnsignedIntValue(int, int).

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 à

GetAttributeUnsignedIntValue(String, String, Int32)

Retourne la valeur booléenne de 'attribute' mise en forme comme valeur non signée.

[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

Paramètres

namespace
String

Espace de noms d’attribut à récupérer.

attribute
String

Attribut à récupérer.

defaultValue
Int32

Que retourner si l’attribut n’est pas trouvé.

Retours

Valeur résultante.

Attributs

Remarques

Retourne la valeur booléenne de 'attribute' mise en forme comme valeur non signée. En particulier, les formats 0xn... n et #n... n sont gérés.

Java documentation pour android.util.AttributeSet.getAttributeUnsignedIntValue(java.lang.String, java.lang.String, int).

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 à