FragmentContainer.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 abstract Android.Views.View? OnFindViewById (int id);
[<Android.Runtime.Register("onFindViewById", "(I)Landroid/view/View;", "GetOnFindViewById_IHandler", ApiSince=23)>]
abstract member OnFindViewById : int -> Android.Views.View

Parameters

id
Int32

Returns

Attributes

Remarks

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

Java documentation for android.app.FragmentContainer.onFindViewById(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.

Applies to