IAttributeSet.GetAttributeIntValue Méthode

Définition

Surcharges

GetAttributeIntValue(Int32, Int32)

Retourne la valeur entière de l’attribut à 'index'.

GetAttributeIntValue(String, String, Int32)

Retourne la valeur entière de 'attribute'.

GetAttributeIntValue(Int32, Int32)

Retourne la valeur entière de l’attribut à 'index'.

[Android.Runtime.Register("getAttributeIntValue", "(II)I", "GetGetAttributeIntValue_IIHandler:Android.Util.IAttributeSetInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public int GetAttributeIntValue (int index, int defaultValue);
[<Android.Runtime.Register("getAttributeIntValue", "(II)I", "GetGetAttributeIntValue_IIHandler:Android.Util.IAttributeSetInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GetAttributeIntValue : 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'.

Documentation Java pour android.util.AttributeSet.getAttributeIntValue(int, int).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à

GetAttributeIntValue(String, String, Int32)

Retourne la valeur entière de 'attribute'.

[Android.Runtime.Register("getAttributeIntValue", "(Ljava/lang/String;Ljava/lang/String;I)I", "GetGetAttributeIntValue_Ljava_lang_String_Ljava_lang_String_IHandler:Android.Util.IAttributeSetInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public int GetAttributeIntValue (string? namespace, string? attribute, int defaultValue);
[<Android.Runtime.Register("getAttributeIntValue", "(Ljava/lang/String;Ljava/lang/String;I)I", "GetGetAttributeIntValue_Ljava_lang_String_Ljava_lang_String_IHandler:Android.Util.IAttributeSetInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GetAttributeIntValue : 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 entière de 'attribute'.

Documentation Java pour android.util.AttributeSet.getAttributeIntValue(java.lang.String, java.lang.String, int).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à