TvInteractiveAppView 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
TvInteractiveAppView(Context) | |
TvInteractiveAppView(Context, IAttributeSet) | |
TvInteractiveAppView(IntPtr, JniHandleOwnership) | |
TvInteractiveAppView(Context, IAttributeSet, Int32) |
TvInteractiveAppView(Context)
[Android.Runtime.Register(".ctor", "(Landroid/content/Context;)V", "", ApiSince=33)]
public TvInteractiveAppView (Android.Content.Context context);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;)V", "", ApiSince=33)>]
new Android.Media.TV.Interactive.TvInteractiveAppView : Android.Content.Context -> Android.Media.TV.Interactive.TvInteractiveAppView
参数
- context
- Context
- 属性
适用于
TvInteractiveAppView(Context, IAttributeSet)
[Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;)V", "", ApiSince=33)]
public TvInteractiveAppView (Android.Content.Context context, Android.Util.IAttributeSet? attrs);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;)V", "", ApiSince=33)>]
new Android.Media.TV.Interactive.TvInteractiveAppView : Android.Content.Context * Android.Util.IAttributeSet -> Android.Media.TV.Interactive.TvInteractiveAppView
参数
- context
- Context
- attrs
- IAttributeSet
- 属性
适用于
TvInteractiveAppView(IntPtr, JniHandleOwnership)
protected TvInteractiveAppView (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Media.TV.Interactive.TvInteractiveAppView : nativeint * Android.Runtime.JniHandleOwnership -> Android.Media.TV.Interactive.TvInteractiveAppView
参数
- javaReference
-
IntPtr
nativeint
- transfer
- JniHandleOwnership
适用于
TvInteractiveAppView(Context, IAttributeSet, Int32)
[Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;I)V", "", ApiSince=33)]
public TvInteractiveAppView (Android.Content.Context context, Android.Util.IAttributeSet? attrs, int defStyleAttr);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;I)V", "", ApiSince=33)>]
new Android.Media.TV.Interactive.TvInteractiveAppView : Android.Content.Context * Android.Util.IAttributeSet * int -> Android.Media.TV.Interactive.TvInteractiveAppView
参数
- context
- Context
- attrs
- IAttributeSet
- defStyleAttr
- Int32
- 属性