ListPreference.SetEntryValues 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
SetEntryValues(ICharSequence[]) |
当从条目中选择条目时,要查找要保存的首选项的值的数组。 |
SetEntryValues(Int32) | |
SetEntryValues(String[]) |
当从条目中选择条目时,要查找要保存的首选项的值的数组。 |
SetEntryValues(ICharSequence[])
当从条目中选择条目时,要查找要保存的首选项的值的数组。
[Android.Runtime.Register("setEntryValues", "([Ljava/lang/CharSequence;)V", "GetSetEntryValues_arrayLjava_lang_CharSequence_Handler")]
public virtual void SetEntryValues (Java.Lang.ICharSequence[]? entryValues);
[<Android.Runtime.Register("setEntryValues", "([Ljava/lang/CharSequence;)V", "GetSetEntryValues_arrayLjava_lang_CharSequence_Handler")>]
abstract member SetEntryValues : Java.Lang.ICharSequence[] -> unit
override this.SetEntryValues : Java.Lang.ICharSequence[] -> unit
参数
- entryValues
- ICharSequence[]
要用作值以保存首选项的数组。
- 属性
注解
当从条目中选择条目时,要查找要保存的首选项的值的数组。 如果用户单击条目中的第二项,此数组中的第二项将保存到首选项中。
适用于 . 的 android.preference.ListPreference.setEntryValues(java.lang.CharSequence[])
Java 文档
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。
适用于
SetEntryValues(Int32)
[Android.Runtime.Register("setEntryValues", "(I)V", "GetSetEntryValues_IHandler")]
public virtual void SetEntryValues (int entryValuesResId);
[<Android.Runtime.Register("setEntryValues", "(I)V", "GetSetEntryValues_IHandler")>]
abstract member SetEntryValues : int -> unit
override this.SetEntryValues : int -> unit
参数
- entryValuesResId
- Int32
条目值数组作为资源。
- 属性
注解
适用于 . 的 android.preference.ListPreference.setEntryValues(int)
Java 文档
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。
另请参阅
适用于
SetEntryValues(String[])
当从条目中选择条目时,要查找要保存的首选项的值的数组。
public void SetEntryValues (string[]? entryValues);
member this.SetEntryValues : string[] -> unit
参数
- entryValues
- String[]
要用作值以保存首选项的数组。
注解
当从条目中选择条目时,要查找要保存的首选项的值的数组。 如果用户单击条目中的第二项,此数组中的第二项将保存到首选项中。
适用于 . 的 android.preference.ListPreference.setEntryValues(java.lang.CharSequence[])
Java 文档
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。