Android.Views.View.FindViewWithTag Method
Look for a child view with the given tag.

Syntax

[Android.Runtime.Register("findViewWithTag", "(Ljava/lang/Object;)Landroid/view/View;", "")]
public View FindViewWithTag (Java.Lang.Object tag)

Parameters

tag
The tag to search for, using "tag.equals(getTag())".

Returns

Documentation for this section has not yet been entered.

Remarks

Look for a child view with the given tag. If this view has the given tag, return this view.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1