MultiSelectListPreference.FindIndexOfValue(String) Method

Definition

Returns the index of the given value (in the entry values array).

[Android.Runtime.Register("findIndexOfValue", "(Ljava/lang/String;)I", "GetFindIndexOfValue_Ljava_lang_String_Handler")]
public virtual int FindIndexOfValue (string? value);
[<Android.Runtime.Register("findIndexOfValue", "(Ljava/lang/String;)I", "GetFindIndexOfValue_Ljava_lang_String_Handler")>]
abstract member FindIndexOfValue : string -> int
override this.FindIndexOfValue : string -> int

Parameters

value
String

The value whose index should be returned.

Returns

The index of the value, or -1 if not found.

Attributes

Remarks

Returns the index of the given value (in the entry values array).

Java documentation for android.preference.MultiSelectListPreference.findIndexOfValue(java.lang.String).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to