Keyboard.Row Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Keyboard.Row(Keyboard) | |
Keyboard.Row(IntPtr, JniHandleOwnership) |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
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
Parameters
- parent
- Keyboard
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
Keyboard.Row(IntPtr, JniHandleOwnership)
A constructor used when creating managed representations of JNI objects; called by the runtime.
protected Row (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.InputMethodServices.Keyboard.Row : nativeint * Android.Runtime.JniHandleOwnership -> Android.InputMethodServices.Keyboard.Row
Parameters
- transfer
- JniHandleOwnership
A JniHandleOwnershipindicating how to handle javaReference
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
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
Parameters
- res
- Resources
- parent
- Keyboard
- parser
- XmlReader
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.