Android.Views.View.GetTag Method
Returns the tag associated with this view and the specified key.

Syntax

[Android.Runtime.Register("getTag", "(I)Ljava/lang/Object;", "GetGetTag_IHandler")]
public virtual Java.Lang.Object GetTag (int key)

See Also

View.SetTag(int, Java.Lang.Object)
View.Tag

Parameters

key
The key identifying the tag

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the tag associated with this view and the specified key.

[Android Documentation]

Requirements

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