ListPreference Constructores

Definición

Sobrecargas

Nombre Description
ListPreference(Context)
ListPreference(Context, IAttributeSet)
ListPreference(IntPtr, JniHandleOwnership)

Constructor utilizado al crear representaciones administradas de objetos JNI; llamado por el tiempo de ejecución.

ListPreference(Context, IAttributeSet, Int32)
ListPreference(Context, IAttributeSet, Int32, Int32)

ListPreference(Context)

[Android.Runtime.Register(".ctor", "(Landroid/content/Context;)V", "")]
public ListPreference(Android.Content.Context? context);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;)V", "")>]
new Android.Preferences.ListPreference : Android.Content.Context -> Android.Preferences.ListPreference

Parámetros

context
Context
Atributos

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a

ListPreference(Context, IAttributeSet)

[Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;)V", "")]
public ListPreference(Android.Content.Context? context, Android.Util.IAttributeSet? attrs);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;)V", "")>]
new Android.Preferences.ListPreference : Android.Content.Context * Android.Util.IAttributeSet -> Android.Preferences.ListPreference

Parámetros

context
Context
Atributos

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a

ListPreference(IntPtr, JniHandleOwnership)

Constructor utilizado al crear representaciones administradas de objetos JNI; llamado por el tiempo de ejecución.

protected ListPreference(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Preferences.ListPreference : nativeint * Android.Runtime.JniHandleOwnership -> Android.Preferences.ListPreference

Parámetros

javaReference
IntPtr

nativeint

que IntPtrcontiene una referencia de objeto Java Native Interface (JNI).

transfer
JniHandleOwnership

un JniHandleOwnershipvalor de tipo que indica cómo controlar javaReference

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a

ListPreference(Context, IAttributeSet, Int32)

[Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;I)V", "")]
public ListPreference(Android.Content.Context? context, Android.Util.IAttributeSet? attrs, int defStyleAttr);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;I)V", "")>]
new Android.Preferences.ListPreference : Android.Content.Context * Android.Util.IAttributeSet * int -> Android.Preferences.ListPreference

Parámetros

context
Context
defStyleAttr
Int32
Atributos

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a

ListPreference(Context, IAttributeSet, Int32, Int32)

[Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;II)V", "")]
public ListPreference(Android.Content.Context? context, Android.Util.IAttributeSet? attrs, int defStyleAttr, int defStyleRes);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;II)V", "")>]
new Android.Preferences.ListPreference : Android.Content.Context * Android.Util.IAttributeSet * int * int -> Android.Preferences.ListPreference

Parámetros

context
Context
defStyleAttr
Int32
defStyleRes
Int32
Atributos

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a