FragmentHostCallback.OnFindViewById(Int32) Method

Definition

Caution

deprecated

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

Parameters

id
Int32

Returns

View
Attributes

Remarks

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