ListPreference.FindIndexOfValue(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.ListPreference.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.