Keyboard.Row 构造函数

定义

重载

Keyboard.Row(Keyboard)
Keyboard.Row(IntPtr, JniHandleOwnership)

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

Keyboard.Row(Resources, Keyboard, XmlReader)

Keyboard.Row(Keyboard)

[Android.Runtime.Register(".ctor", "(Landroid/inputmethodservice/Keyboard;)V", "")]
public Row (Android.InputMethodServices.Keyboard? parent);
[<Android.Runtime.Register(".ctor", "(Landroid/inputmethodservice/Keyboard;)V", "")>]
new Android.InputMethodServices.Keyboard.Row : Android.InputMethodServices.Keyboard -> Android.InputMethodServices.Keyboard.Row

参数

parent
Keyboard
属性

注解

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

适用于

Keyboard.Row(IntPtr, JniHandleOwnership)

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

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

参数

javaReference
IntPtr

nativeint

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

transfer
JniHandleOwnership

指示 JniHandleOwnership如何处理 javaReference

注解

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

适用于

Keyboard.Row(Resources, Keyboard, XmlReader)

[Android.Runtime.Register(".ctor", "(Landroid/content/res/Resources;Landroid/inputmethodservice/Keyboard;Landroid/content/res/XmlResourceParser;)V", "")]
public Row (Android.Content.Res.Resources? res, Android.InputMethodServices.Keyboard? parent, System.Xml.XmlReader? parser);
[<Android.Runtime.Register(".ctor", "(Landroid/content/res/Resources;Landroid/inputmethodservice/Keyboard;Landroid/content/res/XmlResourceParser;)V", "")>]
new Android.InputMethodServices.Keyboard.Row : Android.Content.Res.Resources * Android.InputMethodServices.Keyboard * System.Xml.XmlReader -> Android.InputMethodServices.Keyboard.Row

参数

res
Resources
parent
Keyboard
parser
XmlReader
属性

注解

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

适用于