Android.Widget.SimpleCursorTreeAdapter.SetViewImage Method
Called by bindView() to set the image for an ImageView.

Syntax

[Android.Runtime.Register("setViewImage", "(Landroid/widget/ImageView;Ljava/lang/String;)V", "GetSetViewImage_Landroid_widget_ImageView_Ljava_lang_String_Handler")]
protected virtual void SetViewImage (ImageView v, string value)

Parameters

v
ImageView to receive an image
value
the value retrieved from the cursor

Remarks

Called by bindView() to set the image for an ImageView. By default, the value will be treated as a Uri. Intended to be overridden by Adapters that need to filter strings retrieved from the database.

[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