Android.Widget.AdapterView.GetPositionForView Method
Get the position within the adapter's data set for the view, where view is a an adapter item or a descendant of an adapter item.

Syntax

[Android.Runtime.Register("getPositionForView", "(Landroid/view/View;)I", "GetGetPositionForView_Landroid_view_View_Handler")]
public virtual int GetPositionForView (Android.Views.View view)

Parameters

view
an adapter item, or a descendant of an adapter item. This must be visible in this AdapterView at the time of the call.

Returns

Documentation for this section has not yet been entered.

Remarks

Get the position within the adapter's data set for the view, where view is a an adapter item or a descendant of an adapter item.

[Android Documentation]

Requirements

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