Android.Util.IAttributeSet.GetIdAttributeResourceValue Method
Return the integer value of the "id" attribute or defaultValue if there is none.

Syntax

[Android.Runtime.Register("getIdAttributeResourceValue", "(I)I", "GetGetIdAttributeResourceValue_IHandler:Android.Util.IAttributeSetInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public int GetIdAttributeResourceValue (int defaultValue)

Parameters

defaultValue
What to return if the "id" attribute isn't found.

Returns

Documentation for this section has not yet been entered.

Remarks

Return the integer value of the "id" attribute or defaultValue if there is none. Equivalent to getAttributeResourceValue(null, "id", defaultValue);

[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