Поделиться через


ProgressBar Конструкторы

Определение

Перегрузки

ProgressBar(Context)

Создайте новый индикатор выполнения с диапазоном 0.

ProgressBar(Context, IAttributeSet)

Создайте новый индикатор выполнения с диапазоном 0.

ProgressBar(IntPtr, JniHandleOwnership)

Конструктор, используемый при создании управляемых представлений объектов JNI; вызывается средой выполнения.

ProgressBar(Context, IAttributeSet, Int32)

Создайте новый индикатор выполнения с диапазоном 0.

ProgressBar(Context, IAttributeSet, Int32, Int32)

Создайте новый индикатор выполнения с диапазоном 0.

ProgressBar(Context)

Создайте новый индикатор выполнения с диапазоном 0.

[Android.Runtime.Register(".ctor", "(Landroid/content/Context;)V", "")]
public ProgressBar (Android.Content.Context? context);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;)V", "")>]
new Android.Widget.ProgressBar : Android.Content.Context -> Android.Widget.ProgressBar

Параметры

context
Context

среда приложения

Атрибуты

Комментарии

Создайте новый индикатор выполнения с диапазоном 0...100 и начальным ходом выполнения 0.

Документация по Java для android.widget.ProgressBar.ProgressBar(android.content.Context).

Части этой страницы являются изменениями, основанными на работе, созданной и совместно используемой проектом и используемой в соответствии с условиями, Creative Commons 2.5 Attribution License Creative Commons 2.5 Attribution License.

Применяется к

ProgressBar(Context, IAttributeSet)

Создайте новый индикатор выполнения с диапазоном 0.

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

Параметры

context
Context

среда приложения

Атрибуты

Комментарии

Документация по Java для android.widget.ProgressBar.ProgressBar(android.content.Context).

Части этой страницы являются изменениями, основанными на работе, созданной и совместно используемой проектом и используемой в соответствии с условиями, Creative Commons 2.5 Attribution License Creative Commons 2.5 Attribution License.

Применяется к

ProgressBar(IntPtr, JniHandleOwnership)

Конструктор, используемый при создании управляемых представлений объектов JNI; вызывается средой выполнения.

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

Параметры

javaReference
IntPtr

nativeint

Объект IntPtr, содержащий ссылку на объект Java Native Interface (JNI).

transfer
JniHandleOwnership

Объект , JniHandleOwnershipуказывающий, как обрабатывать javaReference

Комментарии

Части этой страницы являются изменениями, основанными на работе, созданной и совместно используемой проектом и используемой в соответствии с условиями, Creative Commons 2.5 Attribution License Creative Commons 2.5 Attribution License.

Применяется к

ProgressBar(Context, IAttributeSet, Int32)

Создайте новый индикатор выполнения с диапазоном 0.

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

Параметры

context
Context

среда приложения

defStyleAttr
Int32
Атрибуты

Комментарии

Документация по Java для android.widget.ProgressBar.ProgressBar(android.content.Context).

Части этой страницы являются изменениями, основанными на работе, созданной и совместно используемой проектом и используемой в соответствии с условиями, Creative Commons 2.5 Attribution License Creative Commons 2.5 Attribution License.

Применяется к

ProgressBar(Context, IAttributeSet, Int32, Int32)

Создайте новый индикатор выполнения с диапазоном 0.

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

Параметры

context
Context

среда приложения

defStyleAttr
Int32
defStyleRes
Int32
Атрибуты

Комментарии

Документация по Java для android.widget.ProgressBar.ProgressBar(android.content.Context).

Части этой страницы являются изменениями, основанными на работе, созданной и совместно используемой проектом и используемой в соответствии с условиями, Creative Commons 2.5 Attribution License Creative Commons 2.5 Attribution License.

Применяется к