CheckedTextView 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
CheckedTextView(Context)
[Android.Runtime.Register(".ctor", "(Landroid/content/Context;)V", "")]
public CheckedTextView(Android.Content.Context? context);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;)V", "")>]
new Android.Widget.CheckedTextView : Android.Content.Context -> Android.Widget.CheckedTextView
參數
- context
- Context
- 屬性
備註
本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。
適用於
CheckedTextView(Context, IAttributeSet)
[Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;)V", "")]
public CheckedTextView(Android.Content.Context? context, Android.Util.IAttributeSet? attrs);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;)V", "")>]
new Android.Widget.CheckedTextView : Android.Content.Context * Android.Util.IAttributeSet -> Android.Widget.CheckedTextView
參數
- context
- Context
- attrs
- IAttributeSet
- 屬性
備註
本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。
適用於
CheckedTextView(IntPtr, JniHandleOwnership)
用於建立 JNI 物件受管理表示的建構器;由執行時呼叫。
protected CheckedTextView(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Widget.CheckedTextView : nativeint * Android.Runtime.JniHandleOwnership -> Android.Widget.CheckedTextView
參數
- transfer
- JniHandleOwnership
JniHandleOwnershipA 指示如何處理javaReference
備註
本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。
適用於
CheckedTextView(Context, IAttributeSet, Int32)
[Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;I)V", "")]
public CheckedTextView(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.CheckedTextView : Android.Content.Context * Android.Util.IAttributeSet * int -> Android.Widget.CheckedTextView
參數
- context
- Context
- attrs
- IAttributeSet
- defStyleAttr
- Int32
- 屬性
備註
本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。
適用於
CheckedTextView(Context, IAttributeSet, Int32, Int32)
[Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;II)V", "")]
public CheckedTextView(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.CheckedTextView : Android.Content.Context * Android.Util.IAttributeSet * int * int -> Android.Widget.CheckedTextView
參數
- context
- Context
- attrs
- IAttributeSet
- defStyleAttr
- Int32
- defStyleRes
- Int32
- 屬性
備註
本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。