MultiSelectListPreference.Values Property

Definition

Retrieves the current value of the key. -or- Sets the value of the key.

public virtual System.Collections.Generic.ICollection<string>? Values { [Android.Runtime.Register("getValues", "()Ljava/util/Set;", "GetGetValuesHandler")] get; [Android.Runtime.Register("setValues", "(Ljava/util/Set;)V", "GetSetValues_Ljava_util_Set_Handler")] set; }
[<get: Android.Runtime.Register("getValues", "()Ljava/util/Set;", "GetGetValuesHandler")>]
[<set: Android.Runtime.Register("setValues", "(Ljava/util/Set;)V", "GetSetValues_Ljava_util_Set_Handler")>]
member this.Values : System.Collections.Generic.ICollection<string> with get, set

Property Value

Attributes

Remarks

Property getter documentation:

Retrieves the current value of the key.

Java documentation for android.preference.MultiSelectListPreference.getValues().

Property setter documentation:

Sets the value of the key. This should contain entries in #getEntryValues().

Java documentation for android.preference.MultiSelectListPreference.setValues(java.util.Set<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