AdapterView<T> Constructores

Definición

Sobrecargas

Nombre Description
AdapterView<T>(Context)
AdapterView<T>(Context, IAttributeSet)
AdapterView<T>(IntPtr, JniHandleOwnership)

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

AdapterView<T>(Context, IAttributeSet, Int32)

AdapterView<T>(Context)

[Android.Runtime.Register(".ctor", "(Landroid/content/Context;)V", "")]
public AdapterView(Android.Content.Context context);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;)V", "")>]
new Android.Widget.AdapterView<'T (requires 'T :> Android.Widget.IAdapter)> : Android.Content.Context -> Android.Widget.AdapterView<'T (requires 'T :> Android.Widget.IAdapter)>

Parámetros

context
Context
Atributos

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a

AdapterView<T>(Context, IAttributeSet)

[Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;)V", "")]
public AdapterView(Android.Content.Context context, Android.Util.IAttributeSet attrs);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;)V", "")>]
new Android.Widget.AdapterView<'T (requires 'T :> Android.Widget.IAdapter)> : Android.Content.Context * Android.Util.IAttributeSet -> Android.Widget.AdapterView<'T (requires 'T :> Android.Widget.IAdapter)>

Parámetros

context
Context
Atributos

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a

AdapterView<T>(IntPtr, JniHandleOwnership)

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

public AdapterView(IntPtr handle, Android.Runtime.JniHandleOwnership transfer);
new Android.Widget.AdapterView<'T (requires 'T :> Android.Widget.IAdapter)> : nativeint * Android.Runtime.JniHandleOwnership -> Android.Widget.AdapterView<'T (requires 'T :> Android.Widget.IAdapter)>

Parámetros

handle
IntPtr

nativeint

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

transfer
JniHandleOwnership

un JniHandleOwnershipvalor de tipo que indica cómo controlar handle

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a

AdapterView<T>(Context, IAttributeSet, Int32)

[Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;I)V", "")]
public AdapterView(Android.Content.Context context, Android.Util.IAttributeSet attrs, int defStyle);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;I)V", "")>]
new Android.Widget.AdapterView<'T (requires 'T :> Android.Widget.IAdapter)> : Android.Content.Context * Android.Util.IAttributeSet * int -> Android.Widget.AdapterView<'T (requires 'T :> Android.Widget.IAdapter)>

Parámetros

context
Context
defStyle
Int32
Atributos

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a