MultiSelectListPreference.Values Property
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.
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()
.
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.