Return the index of the value of 'attribute' in the list 'options'.
Syntax
[Android.Runtime.Register("getAttributeListValue", "(Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;I)I", "GetGetAttributeListValue_Ljava_lang_String_Ljava_lang_String_arrayLjava_lang_String_IHandler:Android.Util.IAttributeSetInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public
int GetAttributeListValue (
string namespace,
string attribute,
string[] options,
int defaultValue)
Parameters
- namespace
- Namespace of attribute to retrieve.
- attribute
- Name of attribute to retrieve.
- 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
Requirements
Namespace: Android.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1