Android.Util.IAttributeSet.GetAttributeListValue Method
Return the index of the value of attribute at 'index' in the list 'options'.

Syntax

[Android.Runtime.Register("getAttributeListValue", "(I[Ljava/lang/String;I)I", "GetGetAttributeListValue_IarrayLjava_lang_String_IHandler:Android.Util.IAttributeSetInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public int GetAttributeListValue (int index, string[] options, int defaultValue)

Parameters

index
Index of the desired attribute, 0...count-1.
options
List of strings whose values we are checking against.
defaultValue
Value returned if attribute doesn't exist or no match is found.

Returns

Documentation for this section has not yet been entered.

Remarks

Return the index of the value of attribute at 'index' in the list 'options'.

[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