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)

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象

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)

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象

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

IntPtrJava Native Interface (JNI) オブジェクト参照を含む 。

transfer
JniHandleOwnership

処理方法を示す 。JniHandleOwnershipjavaReference

注釈

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象

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)

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象

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)

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象