SimpleAdapter.ViewBinder Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Devuelve el ViewBinder objeto usado para enlazar datos a vistas. -o bien- Establece el enlazador usado para enlazar datos a vistas.
public virtual Android.Widget.SimpleAdapter.IViewBinder? ViewBinder { [Android.Runtime.Register("getViewBinder", "()Landroid/widget/SimpleAdapter$ViewBinder;", "GetGetViewBinderHandler")] get; [Android.Runtime.Register("setViewBinder", "(Landroid/widget/SimpleAdapter$ViewBinder;)V", "GetSetViewBinder_Landroid_widget_SimpleAdapter_ViewBinder_Handler")] set; }
[<get: Android.Runtime.Register("getViewBinder", "()Landroid/widget/SimpleAdapter$ViewBinder;", "GetGetViewBinderHandler")>]
[<set: Android.Runtime.Register("setViewBinder", "(Landroid/widget/SimpleAdapter$ViewBinder;)V", "GetSetViewBinder_Landroid_widget_SimpleAdapter_ViewBinder_Handler")>]
member this.ViewBinder : Android.Widget.SimpleAdapter.IViewBinder with get, set
Valor de propiedad
ViewBinder o null si el enlazador no existe
- Atributos
Comentarios
Documentación del captador de propiedades:
Java documentación para android.widget.SimpleAdapter.getViewBinder().
Documentación del establecedor de propiedades:
Java documentación para android.widget.SimpleAdapter.setViewBinder(android.widget.ViewBinder).
Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.