TableRow.GetVirtualChildAt(Int32) Method
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.
Gets the virtual child at.
[Android.Runtime.Register("getVirtualChildAt", "(I)Landroid/view/View;", "GetGetVirtualChildAt_IHandler")]
public virtual Android.Views.View? GetVirtualChildAt(int i);
[<Android.Runtime.Register("getVirtualChildAt", "(I)Landroid/view/View;", "GetGetVirtualChildAt_IHandler")>]
abstract member GetVirtualChildAt : int -> Android.Views.View
override this.GetVirtualChildAt : int -> Android.Views.View
Parameters
- i
- Int32
the child's index
Returns
The result of the get virtual child at operation.
- Attributes
Remarks
See the Android reference documentation for this member.
Java documentation for android.widget.TableRow.getVirtualChildAt(int).
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.