PreferenceGroup Constructores

Definición

Sobrecargas

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

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

PreferenceGroup(Context, IAttributeSet, Int32)
PreferenceGroup(Context, IAttributeSet, Int32, Int32)

PreferenceGroup(Context, IAttributeSet)

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

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

PreferenceGroup(IntPtr, JniHandleOwnership)

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

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

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

PreferenceGroup(Context, IAttributeSet, Int32)

[Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;I)V", "")]
public PreferenceGroup(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.PreferenceGroup : Android.Content.Context * Android.Util.IAttributeSet * int -> Android.Preferences.PreferenceGroup

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

PreferenceGroup(Context, IAttributeSet, Int32, Int32)

[Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;II)V", "")]
public PreferenceGroup(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.PreferenceGroup : Android.Content.Context * Android.Util.IAttributeSet * int * int -> Android.Preferences.PreferenceGroup

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