AdapterView<T> Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| AdapterView<T>(Context) | |
| AdapterView<T>(Context, IAttributeSet) | |
| AdapterView<T>(IntPtr, JniHandleOwnership) |
Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime. |
| 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)>
Parametri
- context
- Context
- Attributi
Commenti
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.
Si applica 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)>
Parametri
- context
- Context
- attrs
- IAttributeSet
- Attributi
Commenti
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.
Si applica a
AdapterView<T>(IntPtr, JniHandleOwnership)
Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime.
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)>
Parametri
- handle
-
IntPtr
nativeint
Oggetto IntPtrcontenente un riferimento all'oggetto JNI (Native Interface) Java.
- transfer
- JniHandleOwnership
Oggetto JniHandleOwnershipche indica come gestire handle
Commenti
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.
Si applica 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)>
Parametri
- context
- Context
- attrs
- IAttributeSet
- defStyle
- Int32
- Attributi
Commenti
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.