LinearLayout Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
LinearLayout(Context) | |
LinearLayout(Context, IAttributeSet) | |
LinearLayout(IntPtr, JniHandleOwnership) |
Конструктор, используемый при создании управляемых представлений объектов JNI; вызывается средой выполнения. |
LinearLayout(Context, IAttributeSet, Int32) | |
LinearLayout(Context, IAttributeSet, Int32, Int32) |
LinearLayout(Context)
[Android.Runtime.Register(".ctor", "(Landroid/content/Context;)V", "")]
public LinearLayout (Android.Content.Context? context);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;)V", "")>]
new Android.Widget.LinearLayout : Android.Content.Context -> Android.Widget.LinearLayout
Параметры
- context
- Context
- Атрибуты
Комментарии
Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.
Применяется к
LinearLayout(Context, IAttributeSet)
[Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;)V", "")]
public LinearLayout (Android.Content.Context? context, Android.Util.IAttributeSet? attrs);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;)V", "")>]
new Android.Widget.LinearLayout : Android.Content.Context * Android.Util.IAttributeSet -> Android.Widget.LinearLayout
Параметры
- context
- Context
- attrs
- IAttributeSet
- Атрибуты
Комментарии
Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.
Применяется к
LinearLayout(IntPtr, JniHandleOwnership)
Конструктор, используемый при создании управляемых представлений объектов JNI; вызывается средой выполнения.
protected LinearLayout (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Widget.LinearLayout : nativeint * Android.Runtime.JniHandleOwnership -> Android.Widget.LinearLayout
Параметры
- transfer
- JniHandleOwnership
Значение, JniHandleOwnershipуказывающее, как обрабатывать javaReference
Комментарии
Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.
Применяется к
LinearLayout(Context, IAttributeSet, Int32)
[Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;I)V", "")]
public LinearLayout (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.LinearLayout : Android.Content.Context * Android.Util.IAttributeSet * int -> Android.Widget.LinearLayout
Параметры
- context
- Context
- attrs
- IAttributeSet
- defStyleAttr
- Int32
- Атрибуты
Комментарии
Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.
Применяется к
LinearLayout(Context, IAttributeSet, Int32, Int32)
[Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;II)V", "")]
public LinearLayout (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.LinearLayout : Android.Content.Context * Android.Util.IAttributeSet * int * int -> Android.Widget.LinearLayout
Параметры
- context
- Context
- attrs
- IAttributeSet
- defStyleAttr
- Int32
- defStyleRes
- Int32
- Атрибуты
Комментарии
Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.