StackView 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
StackView(Context) |
Da aggiungere |
StackView(Context, IAttributeSet) |
Da aggiungere |
StackView(IntPtr, JniHandleOwnership) |
Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime. |
StackView(Context, IAttributeSet, Int32) |
Da aggiungere |
StackView(Context, IAttributeSet, Int32, Int32) |
Da aggiungere |
StackView(Context)
Da aggiungere
[Android.Runtime.Register(".ctor", "(Landroid/content/Context;)V", "")]
public StackView (Android.Content.Context? context);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;)V", "")>]
new Android.Widget.StackView : Android.Content.Context -> Android.Widget.StackView
Parametri
- context
- Context
- Attributi
Commenti
Da aggiungere
Documentazione java per android.widget.StackView.StackView(android.content.Context)
.
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.
Si applica a
StackView(Context, IAttributeSet)
Da aggiungere
[Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;)V", "")]
public StackView (Android.Content.Context? context, Android.Util.IAttributeSet? attrs);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;)V", "")>]
new Android.Widget.StackView : Android.Content.Context * Android.Util.IAttributeSet -> Android.Widget.StackView
Parametri
- context
- Context
- attrs
- IAttributeSet
- Attributi
Commenti
Da aggiungere
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.
Si applica a
StackView(IntPtr, JniHandleOwnership)
Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime.
protected StackView (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Widget.StackView : nativeint * Android.Runtime.JniHandleOwnership -> Android.Widget.StackView
Parametri
- javaReference
-
IntPtr
nativeint
Oggetto IntPtrcontenente un riferimento all'oggetto JNI (Java Native Interface).
- transfer
- JniHandleOwnership
Oggetto JniHandleOwnershipche indica come gestire javaReference
Commenti
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.
Si applica a
StackView(Context, IAttributeSet, Int32)
Da aggiungere
[Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;I)V", "")]
public StackView (Android.Content.Context? context, Android.Util.IAttributeSet? attrs, int defStyleAttr);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;I)V", "")>]
new Android.Widget.StackView : Android.Content.Context * Android.Util.IAttributeSet * int -> Android.Widget.StackView
Parametri
- context
- Context
- attrs
- IAttributeSet
- defStyleAttr
- Int32
- Attributi
Commenti
Da aggiungere
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.
Si applica a
StackView(Context, IAttributeSet, Int32, Int32)
Da aggiungere
[Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;II)V", "")]
public StackView (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.Widget.StackView : Android.Content.Context * Android.Util.IAttributeSet * int * int -> Android.Widget.StackView
Parametri
- context
- Context
- attrs
- IAttributeSet
- defStyleAttr
- Int32
- defStyleRes
- Int32
- Attributi
Commenti
Da aggiungere
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.