KeyboardView 构造函数

定义

重载

KeyboardView(Context, IAttributeSet)
KeyboardView(IntPtr, JniHandleOwnership)

创建 JNI 对象的托管表示形式时使用的构造函数;由运行时调用。

KeyboardView(Context, IAttributeSet, Int32)
KeyboardView(Context, IAttributeSet, Int32, Int32)

KeyboardView(Context, IAttributeSet)

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

参数

context
Context
属性

注解

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于

KeyboardView(IntPtr, JniHandleOwnership)

创建 JNI 对象的托管表示形式时使用的构造函数;由运行时调用。

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

参数

javaReference
IntPtr

nativeint

IntPtr一个包含 Java 本机接口 (JNI) 对象引用。

transfer
JniHandleOwnership

指示 JniHandleOwnership如何处理 javaReference

注解

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于

KeyboardView(Context, IAttributeSet, Int32)

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

参数

context
Context
defStyleAttr
Int32
属性

注解

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于

KeyboardView(Context, IAttributeSet, Int32, Int32)

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

参数

context
Context
defStyleAttr
Int32
defStyleRes
Int32
属性

注解

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于