Language

FragmentHostCallback.OnFindViewById(Int32) Method

Definition

Return the view with the given resource ID.

[Android.Runtime.Register("onFindViewById", "(I)Landroid/view/View;", "GetOnFindViewById_IHandler", ApiSince=23)]
public override Android.Views.View? OnFindViewById(int id);
[<Android.Runtime.Register("onFindViewById", "(I)Landroid/view/View;", "GetOnFindViewById_IHandler", ApiSince=23)>]
override this.OnFindViewById : int -> Android.Views.View

Parameters

id
Int32

int

Returns

This value may be null.

Attributes

Remarks

Return the view with the given resource ID. May return null if the view is not a child of this container.

Android reference for android.app.FragmentHostCallback.onFindViewById.

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