Android.Util.IAttributeSet.GetAttributeIntValue Method
Return the integer value of 'attribute'.

Syntax

[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)

Parameters

namespace
Namespace of attribute to retrieve.
attribute
The attribute to retrieve.
defaultValue
What to return if the attribute isn't found.

Returns

Documentation for this section has not yet been entered.

Remarks

Return the integer value of 'attribute'.

[Android Documentation]

Requirements

Namespace: Android.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1