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

属性

注釈

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

android.view.ViewGroup.getChildAt(int)Java ドキュメント。

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

適用対象