TextSwitcher コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| TextSwitcher(Context) |
新しい空の TextSwitcher を作成します。 |
| TextSwitcher(Context, IAttributeSet) |
指定したコンテキストと、指定したセット属性を使用して、新しい空の TextSwitcher を作成します。 |
| TextSwitcher(IntPtr, JniHandleOwnership) |
JNI オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。ランタイムによって呼び出されます。 |
TextSwitcher(Context)
新しい空の TextSwitcher を作成します。
[Android.Runtime.Register(".ctor", "(Landroid/content/Context;)V", "")]
public TextSwitcher(Android.Content.Context? context);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;)V", "")>]
new Android.Widget.TextSwitcher : Android.Content.Context -> Android.Widget.TextSwitcher
パラメーター
- context
- Context
アプリケーションの環境
- 属性
注釈
新しい空の TextSwitcher を作成します。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。
適用対象
TextSwitcher(Context, IAttributeSet)
指定したコンテキストと、指定したセット属性を使用して、新しい空の TextSwitcher を作成します。
[Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;)V", "")]
public TextSwitcher(Android.Content.Context? context, Android.Util.IAttributeSet? attrs);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;)V", "")>]
new Android.Widget.TextSwitcher : Android.Content.Context * Android.Util.IAttributeSet -> Android.Widget.TextSwitcher
パラメーター
- context
- Context
アプリケーション環境
- attrs
- IAttributeSet
属性のコレクション
- 属性
注釈
指定したコンテキストと、指定したセット属性を使用して、新しい空の TextSwitcher を作成します。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。
適用対象
TextSwitcher(IntPtr, JniHandleOwnership)
JNI オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。ランタイムによって呼び出されます。
protected TextSwitcher(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Widget.TextSwitcher : nativeint * Android.Runtime.JniHandleOwnership -> Android.Widget.TextSwitcher
パラメーター
- transfer
- JniHandleOwnership
JniHandleOwnership処理方法を示すjavaReference
注釈
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。