ViewGroup.GetChildAt(Int32) メソッド

定義

グループ内の指定した位置にあるビューを返します。

[Android.Runtime.Register("getChildAt", "(I)Landroid/view/View;", "GetGetChildAt_IHandler")]
public virtual Android.Views.View? GetChildAt(int index);
[<Android.Runtime.Register("getChildAt", "(I)Landroid/view/View;", "GetGetChildAt_IHandler")>]
abstract member GetChildAt : int -> Android.Views.View
override this.GetChildAt : int -> Android.Views.View

パラメーター

index
Int32

ビューを取得する位置

返品

指定した位置にあるビュー、またはグループ内に位置が存在しない場合は null

属性

注釈

グループ内の指定した位置にあるビューを返します。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象